-
Anantharaman
6
posts
Member since:
Jan 2012
Posted 19 Apr 2012
Link to this post
when i enabled the View state compression using Browser.browserfile it compresses the Data (Sent/Received)
Scenario:
I have modal dialogs where some Searches are done and selections are made on telerik grid.
On closing the dialog window the Selected data are returned back from the dialog window using javascript.
But after this step is done when we do a postback on the Parent page the view state is lost and when the Page loads back the Hidden text boxes/dropdowns which were not visible initially comes back on the screen.
Does doing view state compression cause any issues for the whole website?
-