SyntaxFix
Write A Post
Hire A Developer
Questions
use like this :-
gridview1.DataSource = ds.Tables[0]; <-- Use index or your table name which you want to bind gridview1.DataBind();
I hope it helps!!