Welcome to Dream.In.Code
Getting Help is Easy!

Join 132,184 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,378 people online right now. Registration is fast and FREE... Join Now!




Session

 
Reply to this topicStart new topic

Session

Prabhu83
post 7 Oct, 2008 - 02:34 AM
Post #1


New D.I.C Head

*
Joined: 6 Oct, 2008
Posts: 4

Hi friends,

How to use session in asp.net in page redirect time and how clear the session value.

biggrin.gif biggrin.gif biggrin.gif
User is offlineProfile CardPM

Go to the top of the page

PsychoCoder
post 7 Oct, 2008 - 05:17 AM
Post #2


using DIC.Core;

Group Icon
Joined: 26 Jul, 2007
Posts: 8,921



Thanked 117 times

Dream Kudos: 8475

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions


Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.

To get you started, here's an overview of Sessions in ASP.NET smile.gif
User is offlineProfile CardPM

Go to the top of the page

indicoder
post 18 Oct, 2008 - 09:11 AM
Post #3


New D.I.C Head

*
Joined: 18 Oct, 2008
Posts: 1

QUOTE(Prabhu83 @ 7 Oct, 2008 - 03:34 AM) *

Hi friends,

How to use session in asp.net in page redirect time and how clear the session value.

biggrin.gif biggrin.gif biggrin.gif


Hi,

Session is a collection and hence can be used as follows:

CODE
Session["KeyName"]="ValueOfAnyType"


To retrieve the values use the following:
CODE
Dim myVal as String=Session["KeyName"] 'VB .NET

string myVal=Session["KeyName"] //C#


Hope this helps!

Happy coding!

User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/21/08 03:58PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month