I have a custom advanced form which has a gridview within it. When the form loads it's bound. I have another page which I use to edit some values, which effects this gridview, so what I have been doing is posting back the page with the scheduler on it in order the update the gridview. The problem is, when I postback the form all of the values which were filled in wiped. Is there any way I can preserve the viewstate?