Answer Posted / anil sharma
in asp.net following ways to maintain server site and
client site state.
client site:
1. View State
2.Query String
3.Hiddne Field
4. Cookies
Server Site is:
1.Session
2.Application
Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
How do u declare static variable and how it is declared and what is its lifetime?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Can we override the enablepartialrendering property of the scriptmanager class?
What is application variable in asp.net?
What is the difference between abstract class vs interface? Can give me the real time examples?
In asp.net, how can you validate drop down box?
Explain the asp.net mvc folder conventions? : asp.net mvc
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is loop in asp.net?
What is the use of data set in asp.net?
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 a web pool?
In which event of page cycle is the viewstate available?
Explain automatic memory management in .net.
how to debug web services on consumer side?