SoundTheSurrender
Diamond Member
How do I display a variable??
Variable: dblTempHold3
TextBox: PmtPerMonth.Text
**
This is under the textbox for PmtPerMonth
PmtPerMonth.Text = dblTempHold3
**
It doesn't do anything.
Thanks
EDIT. Never mind I had to put it under the button_click section.
Variable: dblTempHold3
TextBox: PmtPerMonth.Text
**
This is under the textbox for PmtPerMonth
PmtPerMonth.Text = dblTempHold3
**
It doesn't do anything.
Thanks
EDIT. Never mind I had to put it under the button_click section.