Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Viewstate problem

Author  Topic 

kiruthika
Yak Posting Veteran

67 Posts

Posted - 2008-01-21 : 06:52:53
Hi!

How can i make the use of viewstate property on a control(like textbox).
I set textbox1.enableviewstate=true;
but it's not working? what can i do?

kiruthika!
Thanks!

sunil
Constraint Violating Yak Guru

282 Posts

Posted - 2008-01-21 : 07:01:11
What are you trying to achieve using textbox viewstate? Also, I would suggest you to go through this link http://msdn2.microsoft.com/en-us/library/ms972976.aspx to understand Asp.net viewstate.
Go to Top of Page
   

- Advertisement -