Olaide Azeez

Olaide Azeez

  • 1.3k
  • 67
  • 12k

Retrieving Multiple data in web service

Jul 18 2016 2:48 AM
<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)