gridviewdisappear at postback
-
i have set autogenerate=true of gridview ,i have a column in gridview having checkboxes ,when i check one of the checkbox , gridview disappear . I have bind my gridview in if(!ispostback) { } the datatype of column in datasource is TINYINT(1) that is converted to checkbox column.these checkbox were disabled ,i enabled these in rowdataboundevent of gridview to get user feed back
-
i have set autogenerate=true of gridview ,i have a column in gridview having checkboxes ,when i check one of the checkbox , gridview disappear . I have bind my gridview in if(!ispostback) { } the datatype of column in datasource is TINYINT(1) that is converted to checkbox column.these checkbox were disabled ,i enabled these in rowdataboundevent of gridview to get user feed back
If you don't bind on postback then I'd be checking to make sure that the viewstate is not turned off for the page.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
If you don't bind on postback then I'd be checking to make sure that the viewstate is not turned off for the page.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.