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
240
how to databing to database
posted

Hi,Team:

I want to insert a number into a database use a WebNumericEditor, is there any to bind the WebNumericEidor to a database field "age"?, just like doing with the standard asp control in VS2008, by clicking the smart tag and select "edit databindings...",and an "edit databindings" dialog window shows up.

Thanks in advance.

  • 49378
    Verified Answer
    posted

    Hi sunqy1212,

    Thank you for posting in the community.

    The WebNumericEditor cannot be bound to a datasource as it is an editor for a single value. You can manually set the value of the control and update your database value upon a value change.

    Please feel free to contact me if you need further information.