Hi I have two web forms. WebForm1 and WebForm2
In WebForm1 I work out futurevalues. The answer appears in a label called "label1". After recieving the answer I then want to transfer that answer by pressing a button into a textbox "textbox1" in Webform2. In webform 2 I also want to perfom calculation
with the answer from WebForm1. How would I do this.
Any help would be appreciated.
Go to the complete details ...