Monday, January 2, 2012

Tying to hide columns of a gridview via the .cs page - not aspx, tried gridview1.columns[1].visible = false :(

also tried in the rowcreated event e.row.cell[1].visible = false - still no luck. keep in mind this is not using a datasource control - bound at runtime

No comments:

Post a Comment