ASP textbox not returning client-side changed value

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.
 
F

Frankie

Hi John,

This may not be a Better way, but it's Another way: You could have the
Javascript function update a hidden <input> in addition to the read only
textbox; then read hidden <input> value on PostBack.

-HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top