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
Smart Lucky
NA
555
637.8k
LoadViewState
Mar 22 2011 4:23 AM
Aslam-0-Alaikum
Any one who tell me where i have mistake
public void Page_Load(object sender, EventHandler e)
{
ViewState["name"] = "This is ViewState";
}
protected override void LoadViewState(object savedState)
{
base.LoadViewState(savedState);
TextBox1.Text(string)ViewState["name"];
}
it is not showing the viewstate text in textbox1 why...?
Reply
Answers (
3
)
ASP.NET life cycle
Explain the concepts and capabilities of cross page posting in ASP.NET