Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
SA #1
View State Help !!!
hi
I have a datagrid bound to a datasource. I am generating the columns
in the datagrid dynamically. I override the loadviewstate method and
recreate the datagrid columns once again. In this way my viewstate is
maintained. I have a Export to Excel option which exports the data in
the grid as it is to Excel. I make use to the viewState to get this
data into Excel.
Now some of the rows in my datagrid have a different style
(they are bold). This information is not maintained in the viewstate.
I am exporting the information available in the viewstate to Excel by
changing the response contenttype and i get only the data without the
formatting information. any
suggestions???.
thanks
SA
SA Guest
-
View state help
Do you modify the page at all? Sometimes modifying the page causes the error you described. Alternatively, you do not have to use ViewState in... -
view state question
In many custom controls examples I see the following code: public string Text { get { return (string)ViewState; } set { -
Maintaining view state in datagrid
hi all, I have a datagrid in my asp.net page. In that datagrid, i have paging enabled. And one template column having checkbox control in... -
Radiobutton view state is gone...
Hi ... I an building a web form with a usercotrole on the usercontrole i have several Radiobuttons not in list but in in Group. so they are... -
Invalid View State Problem
I am trying to migrate an ASP.NET web application from one server to another. The web app works fine on the original web server, but gives me the...



Reply With Quote

