How to add values from textbox on asp.net page to session
Hi
As the headline says.
i cant figure out how i can add value from a textbox on an asp.net side to a session when i press a button. and retrieve the session with the value in a c# method
any help? :)