|
|||
|
Hi Everybody,
I am new to ASP.NET and also a fresh member of this site. I am eager to know about the 'ViewState' property of controls such as textbox. What is purpose of the above property and what about the control with that property is set to ON mode? Is this a necessary one to a control?Plz help me... Thanks, Basheer |
| Sponsored Links |
|
|||
|
ViewState property is a vital property of ASP.NET that has great impact on appearance of pages. To name one of the impacts is page size. Its functionality is limited not only to page appearance but also plays a great role in the performance of server side.
|
|
|||
|
Bazeer Viewstate property can be set to ON or OFF as per the needs. But one must be very careful while toggling this mode as turning off ViewState unnecessarily would make the control lose the ability to track any values in ViewState and the user can no longer use the ViewState collection to store values from their application code. When the ViewState is turned on user ends up picking up all changed values of all controls, that have changed non-post back values and that have ViewState enabled.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forms Authentication in ASP.NET 2.0 | rjames | ASP | 1 | 01-30-2007 06:46 PM |
| Programming Control Structures in Java - Article | lokeshm | Java Tutorials | 1 | 10-11-2006 06:52 AM |
| Manager - Quality Assurance & Control | kalareddy | Experienced Job Seekers - India | 0 | 06-20-2005 09:20 AM |
| Free VB .NET Std Ed. and ASP.NET Develop. Book | sanereddy | Microsoft .NET Tutorials and Articles | 0 | 10-05-2004 12:59 PM |
| Apple II Csa2 FAQs: Telecom Hardware & Transfers, Part 20/25 | rubywand@swbell.net | Tech FAQ | 0 | 04-04-2004 07:29 AM |