Answer Posted / kuldeep singh
There are two to maintain the state in asp.net...
client side and serverside.
client side:
1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.
serverside:
1.Session state
2.Application state
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we use a static function with a non-static variable?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What does asp in asp.net stand for?
What is the latest version of asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
How would you turn off cookies on one page of your website?
What is is post back property in asp net?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How do I upload a file from my ASP.NET page?
What is applicatio domain?
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 would ASP and ASP.NET applications run at the same time on the same server?
Why session is more secure than cookies?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is tracing? Where is it used?