Binding to a column that is integer.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I am binding a TextBox to an integer column.
The textbox cannot have empty value, even the column can assign to null.
How can I force empty value on the textBox, that is of integer type (not
zero).

Thanks :)
 
It's binding.
Not databinding.
What should I do for databinding object (They are not the same events) ?
Thanks :)
 
Are you talking about declaring a variable as IsNullable of Integer then
setting it to Nothing
Which will let the column value remain NULL

Forgive me if I'm way off on what you're asking here
 
Back
Top