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