J
John
Hi all,
I've an interesting problem in that when I set my textbox enabled property
to true and run my app and a Javascript function updates it, I can access
the changed data server-side and it is correct. The moment I changed either
the enabled property to false or the readonly property to true, the change
is not reflected upon postback.
The workaround for me is that firstly I leave the textbox as editable and in
it's client-side "onchange", I recalc the value since the textbox in
question is a calculated field.
Surely there's a better way to go about this!!!???
Regards
John.
I've an interesting problem in that when I set my textbox enabled property
to true and run my app and a Javascript function updates it, I can access
the changed data server-side and it is correct. The moment I changed either
the enabled property to false or the readonly property to true, the change
is not reflected upon postback.
The workaround for me is that firstly I leave the textbox as editable and in
it's client-side "onchange", I recalc the value since the textbox in
question is a calculated field.
Surely there's a better way to go about this!!!???
Regards
John.