Hide Columns of Grid after using advance binding...
i am using data reader to bind data with grid and i want to hide some columns on the base of user given criteria on server side
For Users who are using ODBCDataReader to Bind Data with grid... the better convert that datareader to a DataTable and then bind to grid... this will make post binding work easy