Answer Posted / navaneetha krishnan
we have maintain state in two different ways.
client side and serverside.
client side:
1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.
serverside:
1.Session
2.Application
3.Database and cache.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the significance of ASP.NET routing?
What are the various types of cookies in asp.net?
What are main return types supported in Web API?
Is viewstate enabled by default?
What is the difference between page-level caching and fragment caching?
Define machine.config in .net?
Explain how to prepare culture-specific formatting in .net.
How can we communicate with each server in N-tier Architecture? and what are the methods?
COM+ Used ________________ Isolation Level
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is a master page and what does it do?
Explain different types of validators in asp.net?
What is difference between or and orelse?
What is parse in asp.net?