Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


State Management (viewstate, session etc)

Answers were Sorted based on User's Feedback



State Management (viewstate, session etc)..

Answer / alb.shah

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 ?    10 Yes 0 No

State Management (viewstate, session etc)..

Answer / kamlesh

Client Side Managemnet:
•View state
•Control state
•Hidden fields
•Cookies
a) Temporary Cookies: Stored in RAM.
b) Permant Cookies: Stored in Hard Disk.
Server Side Management:
•Query strings
•Application state
•Session state

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


In which interface the template of any control like Gridview would Initiate?

2 Answers  


Explain the server control events of asp.net ?

0 Answers  


Can we add code files of different languages in app_code folder?

0 Answers  


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


What are web server controls in asp.net?

0 Answers  


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


why security trimming attribute?

1 Answers  


What is Generic? explain clearly?

3 Answers   iGate,


What is use of <% %> in asp.net?

0 Answers  


How we implement web farm and web garden concept in asp.net?

0 Answers  


What are the events in a page life cycle?

0 Answers  


Categories