Validating Empty

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M

    #1

    Validating Empty

    I have textboxs bound to numerical fields or datetime fields. these fields
    are "allow Null".
    I find I cannot delete the data if the field had data before.
    If I delete the text of the textbox, the textbox will not lost focus.
    If I set the causesvalidatio n to false, the mousepointer might leave the
    textbox, but when I update the datatable, the original value of the textbox
    return back to the textbox automatically.

    How should I do?

    Thanks


Working...