view state data is stored in which format?
Answer Posted / g.jaipalreddy
variables are stored in the browser.
viewstate can hold only string data or serialisable objects
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
What is form submit?
What are the different method of navigation in asp.net?
How to unit test Web API?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is ashx file in asp.net?
How do you use viewstate?
What are the different validators in asp.net?
How many ways are there to maintain a state in .net? What is view state?
How to register exception filter globally?
What is route in web api?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain the Order of events in an asp.net page?
What are the two Layouts supported by a Web form in ASP.NET?
What’s the catch?
What is application session?