You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is it possible to link a silverlight control to a database? If so, could someone show me how to do that in Expression Blend? I just want a combo box to pull in a field from a database.
Corrado Cavalli [MVP]
unread,
Jun 2, 2010, 4:39:40 PM6/2/10
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Caleb wrote :
> Is it possible to link a silverlight control to a database? If so, could > someone show me how to do that in Expression Blend? I just want a combo box > to pull in a field from a database.
Not in Silverlight, data must reside on a server. You can use WCF or WCF RAI Services to get the data.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
You can not directly link any silverlight application to a database. You have to have a data access component / layer on the server which hosts the silverlight application. Then you can either use the WCF services / .NET RIA Services on the server which acts as a bridge between the silverlight application and the database. -- -NewNetIdeas