Explain me the viewstate with the coding?Its too comfusing.

Suppose in textbox1.text contains ASP.net & I set EnableViewState to False of textbox,so when i click on button, textbox will still contains the text or not.

I see in forums,
<input type="hidden" name="_VIEWSTATE" id="_VIEWSTATE" value="/dfdfdfff"/>
Where can i see the above line in ASP.net?????/

--->Explain me the viewstate with the coding?
http://www.codeproject.com/KB/aspnet/BegViewState.aspx

--->Suppose in textbox1.text contains ASP.net & I set EnableViewState to False of textbox,so when i click on button, textbox will still contains the text or not.
Yes..it will. Why ?
Check this:
http://aspadvice.com/blogs/joteke/archive/2004/03/15/2273.aspx

--->Where can i see the above line in ASP.net?????/
You cannot see that in your .aspx. You can get that when only when you "View Source" of the page in your browser.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.