i want to send labelbox value with redirect page

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: May 2007
Posts: 23
Reputation: thirunavukaras is an unknown quantity at this point 
Solved Threads: 0
thirunavukaras thirunavukaras is offline Offline
Newbie Poster

i want to send labelbox value with redirect page

 
0
  #1
May 5th, 2007
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...
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 169
Reputation: ptaylor965 is an unknown quantity at this point 
Solved Threads: 19
Sponsor
ptaylor965's Avatar
ptaylor965 ptaylor965 is offline Offline
Junior Poster

Re: i want to send labelbox value with redirect page

 
0
  #2
May 5th, 2007
try using the session command

  1. session("dataname") = txtbox.text
then on the next page

  1. txtbox2.text = session("dataname")
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 1957 | Replies: 1
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC