Please help me learn session handing in C# using default.aspx
dinesh.isuranga 0 Newbie Poster
Recommended Answers
Jump to PostPlease 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!!!
Jump to PostDear
Pls. checkout these linkshttp://msdn.microsoft.com/en-us/library/ms178581.aspx
and
http://msdn.microsoft.com/en-us/library/ms972429.aspx
Mark as solved if …
All 5 Replies
reach_yousuf 2 Junior Poster
dnanetwork 18 Practically a Master Poster Banned
dinesh.isuranga 0 Newbie Poster
dinesh.isuranga 0 Newbie Poster
reach_yousuf 2 Junior Poster
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.