What is view state and how this can be done and was this
there in asp?
Answer Posted / kautilya
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
Viewstate is introduced in asp.net, it was not in classic
asp.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is different in .net 1.1 and .net 2.0?
What is autopostback in dropdownlist in asp net?
Explain in what order a destructors is called.
What are session state modes in asp.net?
What is event in asp.net?
How do we implement bundling in MVC?
Explain the use of dataadapter.
How do you declare static variable?
What is difference between web config and global asax?
Can you explain architecture of your project ?
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 csrf attack in asp.net?
What is the difference between client-side and server-side validations in ASP.NET?
What is session authentication?