2
Answers

how to data in gridview ?

Photo of Ashutosh Pandey

Ashutosh Pandey

12y
969
1
GridView1.DataSource=command.executeReader();
GridView1.DataBind();

Answers (2)