GridView1.DataSource=command.executeReader();
GridView1.DataBind();
Loading
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.
Iftikar HussainPosted Aug 22, 2013, 3:35 AM
Try like this
private void LoadData()
{
Regards,
Iftikar
Sanjeeb LenkaPosted Aug 22, 2013, 3:09 AM
What the error you are getting..
try like this: