I am instantiating/using the gridview only programmatically ie code behind only.
Also, the grid is bound to a datasource, and I am only showing select columns from it by hooking rowdatabound event of the gridview.
Please suggest a way for doing it WITHOUT design view(aspx).
EDIT: Is there any way to do this using UpdatePanels?