|
Rank: Member Groups: Member
Joined: 6/4/2010 Posts: 16
|
Hi,
I've a callbackpanel and inside it 3 textbox controls ([textbox].text = 0)
I write a number (1000) in the first control
a function javascript calculate the other 2 controls values ([textbox2].value = 16)
after, in VB code I obtain the values and the textbox1.text=1000, textbox2 (and 3).value = 0 but it must be 16.
I use IE 9.0 and eoweb 2011
Any Idea ?
thanks in advance.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That should work. If it doesn't, please create a simple test page with only the code you mentioned to demonstrate the problem. Once we have that we will run it here and see what we can find.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 6/4/2010 Posts: 16
|
Sorry,
I have solved the problem, inadvertently was using the property Readonly = true so it always have the original value.
Thank you very much.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Glad that you found that out. Thank you very much for the update!
|
|