Answer Posted / srujana
ViewState stores the objects serializable in a hidden field
on the page.
ViewState is used to retain the state of server-side
objects between postbacks.
Viewstate is transported between client and the server.
| Is This Answer Correct ? | 31 Yes | 10 No |
Post New Answer View All Answers
What is the default Orientation property in a Menu control?
How can you ensure a permanent cookie?
Which browsers support the xmlhttprequest object?
Where do we store our connection string in asp.net application?
What is different authentication mechanisms used in ASP.NET?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Why is string called immutable data type?
What are the two properties that are common on every validation control?
Is there any property names “isnavigating”?
What is the use of worker process in asp.net?
Explain http handlers? Where we can use the http handlers?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
How can we register exception filter globally?
What are the event handlers that can be included in the Global.asax file?
Explain about the .NET framework?