Click here to Skip to main content
15,896,500 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Difference Between Client Side and Server Side .??
How to check which control use in server side or client side..??

Session,Viewstate,ApplcationState..Which side work And How ..??
Posted
Comments
Sergey Alexandrovich Kryukov 31-Jan-13 1:24am    
#1: Totally incorrect interview question...
#2: What does it mean "check"...
#3... read about each.

It's a shame, to answer interview questions here. Your interviewers are clowns, but this is not a circus...
—SA
Hemant Singh Rautela 31-Jan-13 1:42am    
why not studying a book ?
atleast first read a book, there is all basic details...

CSS
Client side refers to the browser which is viewing the web page delivered by the server.  This is HTML and Javascript, maybe Shockwave flash, maybe Silverlight.

Server side refers to the application on the web server which delivers the web page content.

In brief:

Server side: Create and deliver the HTML and Javascript

Client side: Request the page, receive the page from the server, then display the HTML and process the Javascript.


check this
http://www.virtualshowrooms.co.za/articlepage.php?cp=101[^]
http://www.geekinterview.com/question_details/15802[^]
http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=569[^]
 
Share this answer
 
v3
Comments
Abhai Oza 31-Jan-13 1:42am    
Session,Viewstate...????
Which Side Work..??Why.?
AdityaPratapSingh 31-Jan-13 1:45am    
http://www.codeproject.com/Articles/492397/State-Management-in-ASP-NET-Introduction
http://www.c-sharpcorner.com/UploadFile/freelance91/ASPNETstatemanagementtechniques01012007212655PM/ASPNETstatemanagementtechniques.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900