It sounds like the text is being re-initialised each postback. Try the following (in VB): If not Page.IsPostback // Initialise textbox End If
M
mcyogi
@mcyogi
It sounds like the text is being re-initialised each postback. Try the following (in VB): If not Page.IsPostback // Initialise textbox End If