Olaide Azeez

Olaide Azeez

  • 1.6k
  • 67
  • 12k

Retrieving Multiple data in web services

Jul 18 2016 1:22 PM
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)