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
2070
Value always null/blank in numeric editor
posted

I am trying to use the numeric editor control on a web form. It enters and shows data properly; however, during postback the control value is ALWAYS null or empty! The text is empty, and the values (such as Value, ValueInt, etc) are all NULL.

Again the value displays on the control fine, but I can't seem to get the value back from the server side. What is going on or what am I doing wrong?

/Tom