Binding to a column that is integer.

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 :)
 
M

Mr. X.

It's binding.
Not databinding.
What should I do for databinding object (They are not the same events) ?
Thanks :)
 
L

LightStamp

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top