Please help me learn session handing in C# using default.aspx

Recommended Answers

All 5 Replies

Please help me learn session handing in C# using default.aspx

hi dinesh

It is as simple as this ...

To assign value to session

session("mysessionname") = "myvalue"

To Retrieve value from session

textbox1.text = session("mysessionname")

Mark as solved if it helps you!!!

i mean wot exactly you are trying to achieve with session..

1> state management ..
2> or how to use session..

I'm new to Asp.net.. i have Experience in C# windows Form application.. but No Session handing is there.. now i'm trying to
expand my knowledge about asp.net.. that why i'm trying to learn
about session.. if you can please help me.. i honored u considering
my Question.. thanks..

Thanks for Helping me..
if I want more help.. u will be informed my friend..
thanks...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.