954,202 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

i want to send labelbox value with redirect page

i created one web form

the form contain two label box and text box

in the form one button is placed

i click the button the page redirect to next page

window.location.href="fdfgd.com";

but

i wll send textbox value and label box value in the corresponding redirect page..
pl help me...

thirunavukaras
Newbie Poster
23 posts since May 2007
Reputation Points: 10
Solved Threads: 0
 

try using the session command

session("dataname") = txtbox.text



then on the next page

txtbox2.text = session("dataname")
ptaylor965
Junior Poster
170 posts since Oct 2006
Reputation Points: 16
Solved Threads: 19
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You