Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi guys
it's the first time for me with silverlight4
and i want to build an webpage to allow users to upload and download pdf books
i already built the database but i don't know how to connect my database with silver light4 controls like datagridview really i don't know who does it work in silver light4? so if any one can tell me how to connect database in silver light and how to use the silver light4 database controls
plz help me
i'm waiting
Posted
Updated 9-Mar-11 11:15am
v2

1 solution

You need to use web service to communicate with database because you can't communicate with database directly from Silverlight. DataSet is not currently available in Silverlight too. So check these links these will help you a lot;

7 Simple Steps to Connect SQL Server using WCF from SilverLight[^]

This one explains with a web service[^]

DB connection from Silverlight[^]

My favourite;

http://silverlightdataset.net/silverlightdataset/Default.aspx[^]
 
Share this answer
 
v2
Comments
prince najri 13-Mar-11 9:52am    
thx brother
really i don't know what i can say just thank u again
^_^

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900