asp.net,session

Reply Forum
Forum postritu @ 2010-07-19 12:53:11
ReplyReply to
why we use session tell me the with example


Forum postAshok @ 2010-10-01 13:17:31
ReplyReply to
Hi,

Session is a server site state management technique which we can use to store small amount of data/values ,which can be accessed in other .aspx pages.
Session is in contrast to ViewState which is for only page level access(within same page only).

Ex:
Session["txtName"] = TextBox1.Text;
This can be accessed in same page or other page as:-

Label1.Text = Session["txtName"].ToString();


Forum postraja @ 2011-01-30 11:10:58
ReplyReply to
hi.. session is a logical connection between client and web server to identify client for different communications towards a website
*in normal terms session is a memory
*web server will allocate block of memory unique to client on server system towards first request is called "session memory"
session will be maintained with the time out of 20 min by default
****storage***
session["varname"]=value


Forum postRyan @ 2011-03-25 07:32:07
ReplyReply to
Hi there,

you can get all ur queries solved @ www.projectsdeal.com

A very good platform to showcase ur project and to get any project. happy tech surfing! :)


ps: Dont hestitate to call them. i did and it helped me incredibly!











© net-tutorials.com 2006 - 2012

MailContact net-tutorials.com