TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Arif Ceylan
NA
3
2.3k
The state information is invalid for this page and might be corrupted. error
Jul 18 2012 6:39 AM
good days.
i wrote js codes in the aspx page. i have a variable in js codes. and js value is a aspx value. (from database)
my method;
in js codes i wrote
var text=<%=hiddentext.Value%>;
hiddentext is a hiddenfield control of webforms.
and in the page load event my code is;
hiddentext.Value="'"+dbobject.gettext()+"'";
page loads. there is not a problem. but at the postback i have an error message. it is.
The state information is invalid for this page and might be corrupted.
i closed viewstate but there is an error again.
What must i do?
Thanks.
Reply
Answers (
1
)
How can we show chart in crystal report in asp.net application ?
Modal pop up is displaying at every postback event