944,131 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 2494
  • VB.NET RSS
May 5th, 2007
0

i want to send labelbox value with redirect page

Expand Post »
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...
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
thirunavukaras is offline Offline
23 posts
since May 2007
May 5th, 2007
0

Re: i want to send labelbox value with redirect page

try using the session command

VB.NET Syntax (Toggle Plain Text)
  1. session("dataname") = txtbox.text
then on the next page

VB.NET Syntax (Toggle Plain Text)
  1. txtbox2.text = session("dataname")
Reputation Points: 16
Solved Threads: 19
Junior Poster
ptaylor965 is offline Offline
169 posts
since Oct 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: last button code
Next Thread in VB.NET Forum Timeline: Timer question: Scoreboard





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC