I have a form of eight fields, the final field being a Totals field. It is marked ReadOnly=True. It is filled in by javascript on the client side as the user enters in values for the other fields. When the user hits the submit button, this one field's value
always shows up as empty string on the server side. This is an app we just upgraded from .Net 1.1 to 3.5. It worked properly in 1.1, and I'm not sure why it isn't working properly now. Help, please :)
G35Guy
Member
27 Points
17 Posts
textbox value not available on the server
Mar 06, 2012 04:56 PM|LINK
I have a form of eight fields, the final field being a Totals field. It is marked ReadOnly=True. It is filled in by javascript on the client side as the user enters in values for the other fields. When the user hits the submit button, this one field's value always shows up as empty string on the server side. This is an app we just upgraded from .Net 1.1 to 3.5. It worked properly in 1.1, and I'm not sure why it isn't working properly now. Help, please :)