An Error stating that ViewState is corrupted

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I tried to execute a page. For first few steps it was working fine. Then
suddenly at an unknown step of a dropdown change I am getting the following
error message.

The viewstate is invalid for this page and might be corrupted.

I have initialized the particular ViewState during page load and during
dropdown change. but I dont understand from where this error gets originated
by.

Can anyone help me in this regards.

Thanks and Regards,
N.Ramakrishnan
 
Ramakrishnan,

Probably did you made code to do what you want. Is there maybe an error in
that?

I hope this helps,

Cor
 
Cor,
I designed the functionality of the page in the way it wants to be. Also I
solved the problem by last night itself. Instead of a ViewState I used a
global variable and now it is working fine.
Anyways thank you very much for your guidance.
Regards,
N.Ramakrishnan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top