Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Retrieving Multiple data in web services
Olaide Azeez
8y
239
1
Reply
I binded the the gridview as shown in the code below.
aptWebService proxy = new aptWebService();
GridView2.DataSource = proxy.clinicPeriod(clinicDrop.SelectedValue);
GridView2.DataBind();
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Retrieving Multiple data in web service
how can call webservices without add webreferences