I use asp.net and have gridview control in aspx page. this gridview has not empty.
I have table name in page and want bind table to gridview. so:
gvName.DataSource = dtName;
gvName.DataBind();
But with this code, Lost previous data in gridview. I went bind gvName.DataSource + dtName to gvName.
gvNameright ? - Soner Gönül