What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / sunil
keep in mind
client side state management are
1.Cookies
2.ViewState
3.Hidden Variable
4.Query string
Server Side statemanagement
1.Session state
2.Application state
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is the differences between a primary key and a unique key in sql server?
Can you set the session out time manually?
What is the caspol.exe tool used for?
Which is better asp.net or php?
Explain the benefits of viewstate?
What is the server of asp.net?
Describe the Server Control Events of ASP.NET?
What is the use of worker process in asp.net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is query string with example?
What is the parent class of all web server control?
What is AutoEventWireup attribute for ?
How would you turn off cookies on a page of a website?
Is it true that a Web service must be written in .NET or not?