954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Web Service

Hello Everyone,

I just write a web service in which function return a dataset. Now I have load that dataset in asp:dropdownlist in a web page. Please let me know bow would I do this.

Thanks
Farooq

farooq82
Light Poster
29 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 

1) You need to add you web service as Web Reference in your application where you want to use this web service.
2) Once you will add Web Reference, you will be able to access your web service class.
3) Create the object of your class.
4) by using object of your class access the function you want to bind with dropdownlist. Binding is similar as we are doing normally.

Hello Everyone,

I just write a web service in which function return a dataset. Now I have load that dataset in asp:dropdownlist in a web page. Please let me know bow would I do this.

Thanks Farooq

rohand
Posting Whiz in Training
293 posts since Mar 2010
Reputation Points: 17
Solved Threads: 56
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: