Answer Posted / sivadatta kodali
This concept comes in the state management.For Asp.net
server controls implicitly the state of control will be
maintained with the support of viewstate.View state will
maintain some information at the Html Hiddenfield and the
will be Encrypted.
If u want to set the value explicitly.
viewstate["Key"]=value;
If u want to Read the value from the viewstate
viewstate["key"].Tostring();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a query string in a url?
How you can access the values from the Repeater control in ASP.NET?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Which is better union or union all?
How to create events for a control?
What is the difference between union and join?
What are session cookies?
How do sessions work?
How many types of Cookies are available in ASP.NET?
Why web api is better than wcf?
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?
What is the difference between adding reference in solution explorer and adding references by using ?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
how to write html code with ssl