Hi guys,
I'm making a simple page where a user has a radtextbox which is initially disabled. When a user clicks 'edit', the textbox is enabled, and can change the values. They can then hit 'save' to ideally change the value, but it doesn't seem to persist when clicked. It always remembers the old value. Say I had something to edit and the text said 'Here is the default text'. I would click edit, then when the radtextbox became enabled, I would add to it to have it say 'Here is the default text, plus more!'. Whenever I click 'save' though, the ajax panel that they are all in reloads, but has the same old text. I try to take the .text value from the radtextbox and it is always the old value. I realize that the server only knows the old value but I am completely unsure of how to get the text from the client side. Any help?
Thanks,
Cody
I'm making a simple page where a user has a radtextbox which is initially disabled. When a user clicks 'edit', the textbox is enabled, and can change the values. They can then hit 'save' to ideally change the value, but it doesn't seem to persist when clicked. It always remembers the old value. Say I had something to edit and the text said 'Here is the default text'. I would click edit, then when the radtextbox became enabled, I would add to it to have it say 'Here is the default text, plus more!'. Whenever I click 'save' though, the ajax panel that they are all in reloads, but has the same old text. I try to take the .text value from the radtextbox and it is always the old value. I realize that the server only knows the old value but I am completely unsure of how to get the text from the client side. Any help?
Thanks,
Cody