Skip to main content
Home Forums General Silverlight Getting Started Get Datas Through Services in SilverLight3.0
2 replies. Latest Post by varshavmane on September 9, 2009.
(0)
jitsuresh
Member
0 points
8 Posts
09-09-2009 2:59 AM |
Hi EveryBody,
I am new Person in development of silverlight3.0.How do get datas through services in silverlight 3.0.Kindly explain to me with example..
Regards
Suresh
Tropics
169 points
44 Posts
09-09-2009 3:17 AM |
Hey Suresh,
You can consume data using webservices using either ASMX or WCF.. there are planty of examples online for either way but you shuold start with http://www.silverlight.net/learn to find some video and text tutorials on that subject.
varshavmane
Contributor
6597 points
1,562 Posts
09-09-2009 4:17 AM |
Hi,
Check this:
http://silverlight.net/learn/tutorials/sqldatagrid_vb.aspx
http://silverlight.net/learn/tutorials/adonetdataentities_vb.aspx
HTH