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.