Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1185
Using WARP corrupts context of textboxes?
posted

I have a simple edit form that I must perform manual CRUD operations on. I populat the context of several WebTextEditor controls when the form loads, and when the save button is pressed, I read back the .Text properties and act on the results.

This works fine, until i decided to wrap the lot in a WARP panel to avoid the "flash" as the postback occurred. When I did this, the .Text and .Value properties all return values like:

|01Smith|

where the pipe chars are constant, but the 2 digit prefix seems ot vary according ot a pattern I can't spot (it was different for numeric fields). If I remove the WAPR panel, all is OK again??

I'm assuming this is some remnant left over by JSON or other de-serialisation - is this supposed to be a feature or a bug!??