6
Answers

How do i retrieve data from database using webclient and display in listbox?

Sarah

Sarah

13y
1.9k
1
Hi people, may i know how can i retrieve data from database(linq to sql) using webclient and display in listbox? I realied most of the articles talk about creating xml file and use XDocument or XElement. Is there any possibility that i can consume the web service and retrieve the data?

Urgent. People please help me :(
Answers (6)
0
Amit Choudhary
NA 27.7k 3m 14y

 Well after digging a lot of sites found the solution but it seems to that it only supported in 4.0 and i need this in 3.5.
 
 http://blogs.msdn.com/b/bclteam/archive/2007/02/13/long-paths-in-net-part-1-of-3-kim-hamilton.aspx

 http://bcl.codeplex.com/wikipage?title=Long%20Path&referringTitle=Documentation

 if you have better than this then please share.. i'll appreciate that.

 Thanks