Bucky
Contributor
I have a web form with two asp:TexBox controls, txtSubject and
txtMessage, and txtMessage is multilined.
If, in Page_Load, I set the Text property of either of these boxes,
no matter what the user enters, the Text property always returns
what was set in Page_Load.
If I don't set a value for a box in Page_Load, the Text property
retrieves the "correct" value.
What am I missing here?
txtMessage, and txtMessage is multilined.
If, in Page_Load, I set the Text property of either of these boxes,
no matter what the user enters, the Text property always returns
what was set in Page_Load.
If I don't set a value for a box in Page_Load, the Text property
retrieves the "correct" value.
What am I missing here?