I binded the the gridview as shown in the code below.
aptWebService proxy = new aptWebService();
GridView2.DataSource = proxy.clinicPeriod(clinicDrop.SelectedValue);
GridView2.DataBind();
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna Rajput SinghPosted Jul 18, 2016, 9:21 PM
grid.DataBind();