pass value on buttonclick..
I have a simple form, with 2 texboxes and button, on the click of the button i want the value stored in textbox1 to be passed to another page.
as for now i have stored the value in a session variable and accessing it in the other page.
i am sure there is another way round.
thanks for the help...