1
Answer

Retrieving Multiple data in web service

Photo of Olaide Azeez

Olaide Azeez

9y
641
1
<h4>Thanks Bikesh Srivastava</h4><div>&nbsp;</div><div>I use the code below at the consumer site to display the data in gridview but nothing is displayed.</div><div>&nbsp;</div><div> aptWebService proxy = new aptWebService();<br /> GridView2.DataSource = proxy.clinicPeriod(clinicDrop.SelectedValue);<br /> GridView2.DataBind();&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div>

Answers (1)