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
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