Thanks Bikesh Srivastava
I use the code below at the consumer site to display the data in gridview but nothing is displayed.
aptWebService proxy = new aptWebService();
GridView2.DataSource = proxy.clinicPeriod(clinicDrop.SelectedValue);
GridView2.DataBind();
GridView2.DataSource = proxy.clinicPeriod(clinicDrop.SelectedValue);
GridView2.DataBind();
Suthish NairPosted Jul 18, 2016, 2:56 AM