writing web service for filling data in datagrid

srivalli

Well-known member
Joined
May 4, 2005
Messages
189
Programming Experience
Beginner
in web services

i want to create a web service for filling the table in the datagrid and i want to call that in my application
how to do it
let me know
thanks
 
that's actually very simple.

write eerything you should write in your application copy/paste everything to the point where you set the dataset and in the webservice create a function which returns a dataset. then in your app you just databind this to your grid.
 
Back
Top