Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
ViewState issues while postback
posted

Hi,

I have two WARPs in my aspx page. Panel1 contains a webcombo and panel2 contains an ultrawebgrid. Now each time, when the user selects the item from combo, the page is submitted and new column by the selected text will be added to the grid. The user can edit the grid as their wish. I am  handling updaterowbatch event and storing modified records into session variable. Every thing is working fine when i am using session variable to hold the data. If i use ViewState to hold the data, the grid is not refreshing properly. I dont want  to use session variables since i am going to port the application into sharepoint server.

  So, what would cause this problem, your suggestions are  highly appreciated.