I have 5 column, in first two column read only id in hidden field, but in UI first two column shows empty,this two column in UI does not show only show remaining three column,then how to hide first two column using css or any solution...
After DataBind();
//Hide First column GridView1.Columns[0].Visible = false;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.