hello all i have a problem in my project and i asked the question in the grid forum but i am not sure what is causing the problem!!! i have a radgrid with one column acting likt a command column..in the command event handler a read some values from the grid..store them in session state and open a radwindow linking me to another page....i stored the values in session state since these values will be used in the operation of the other page now whenever i close the window and try doing something in my project that causes a post back i will get a jscript runtime error stating that:
| sys.webforms.pagerequestmanagerserverexception: failed to load viewstate the control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. for example when adding the controls dynamically, the controls added during the post-back must match the type and position of the controls added during the initial request |
now what did i do wrong!!! thanks in advance guys