VB.NET textbox changed but still hold initial value
        Posted  
        
            by Jonesy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonesy
        
        
        
        Published on 2010-04-05T11:58:35Z
        Indexed on 
            2010/04/05
            12:03 UTC
        
        
        Read the original article
        Hit count: 390
        
Hi Folks,
I've never come across this before:
I have a series of text boxes. The text of these boxes get set on page load. then I have a submit button that calls a sub to update the table with the new values (text) in the text box. The problem is it is keeping the original text not the text that is CURRENTLY in the textbox. Anyone come across this before? Or know how to get round it?
Cheers,
Jonesy
© Stack Overflow or respective owner