Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

referencing controls on another page

Status
Not open for further replies.

critical5

Programmer
Dec 13, 2006
37
GB
Hi,

I am having a problem redirecting to another page and referencing textboxes on another aspx page.

on page1: I have a form with applicant details on the same page i have syntax like these:

inp.creditrequest.applicant(1).address(1).premisename = Me.txtPremiseName.Text
inp.creditrequest.applicant(1).address(1).premiseno = Me.txtPremiseNum.Text

then make request to a web service....on page two I would like to display the results from the web service

Anybody knows how to do this??

Thanks

 
critical5,

You might get a better response if you post this in the ASP.Net forum.

Senior Qik III, ASP.Net, VB.Net ,SQL Programmer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SELECT * FROM Users WHERE clue > 0
0 Rows Returned

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top