1
Answer

Retrieving Multiple data in web services

Photo of Olaide Azeez

Olaide Azeez

8y
552
1
I binded the the gridview as shown in the code below.
 
 
aptWebService proxy = new aptWebService();


GridView2.DataSource = proxy.clinicPeriod(clinicDrop.SelectedValue);
GridView2.DataBind();

Answers (1)