Answered by:
get the 'before' text on textbox after onchange event

Question
-
i added textboxes using runtime control. after adding, the user can now add values to it. i have an event handler on its onchange. on that function, can i still have the value of the textbox 'before' the onchange event?
- Moved by Jie Bao Monday, January 17, 2011 4:02 PM ASP.Net (From:Visual Basic General)
Friday, January 14, 2011 6:59 AM
Answers
-
Only if you save that before yourself.
It is VB Net programming you know, these things are assumed to be done by the programmer him/her self.
Be aware those values have to be saved in a session or like wise caching element.
http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate.aspx
Success
CorFriday, January 14, 2011 7:34 AM
All replies
-
not familar with Web UI controls and how the events work
you might want to search and/or post on the ASP.NET forum
Friday, January 14, 2011 7:13 AM -
Only if you save that before yourself.
It is VB Net programming you know, these things are assumed to be done by the programmer him/her self.
Be aware those values have to be saved in a session or like wise caching element.
http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate.aspx
Success
CorFriday, January 14, 2011 7:34 AM -
Hi kztn,
According to your desciption, it is a Web application that uses ASP.Net, So you could start a thread on ASP.Net forums, it is probably your best resource on this.
Sincerely,
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Monday, January 17, 2011 4:02 PM