
February 28th, 2002, 06:34 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
Text box
<i><b>Originally posted by : Aryana (aryana79@yahoo.com)</b></i><br />Hi-<br /><br />I have two web forms (BHP and MaxSp) with text boxes (2 for data entry by the user and one that displays a calculated result when a calculate command button is clicked). In the Max Sp module calculation I need to use data from one of the text boxes in the BHP module.<br /><br />In VB you would just use the name of the module dot text box name dot pick the value property (BHP.textbox1.value).<br /><br />I am sure it is that simple in C# but for some reason I cannot get it to work. I know I will have to parse the data once I have it to perform the calculation, but first I need to get the data.<br /><br />All of my code is in the code behind files of BHP.aspx and MaxSp.aspx.<br /><br />If anyone could help I would be so greatful.<br /><br />Thanks,<br /><br />Aryana
|