Hello,
I haven't found a solution to this problem but I think it has to be something very simple.
I have an asp:Textbox in my page that fills with text from a database on page_load,
this works fine, the thing is that if I change the text and click in an asp:button that should retrieve the updated text, the code in the click event keeps getting the same value as if the textbox had the same text from the database and nothing had happen to it.
Why am I getting the same value?
Thanks in advance.