Think outside the box...
protected void ClearGrid(GridView gv) { gv.DataSource = null; gv.DataSourceID = null; gv.DataBind(); }
No comments:
Post a Comment