From: Mr. X. on 2 Jun 2010 18:48 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 :)
From: Cor Ligthert[MVP] on 3 Jun 2010 01:31 Use the binding events http://www.vb-tips.com/DataBindingEvents.aspx "Mr. X." <nospam(a)nospam_please.com> wrote in message news:OY2M$WqALHA.5464(a)TK2MSFTNGP05.phx.gbl... > 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 :) >
From: Mr. X. on 3 Jun 2010 13:34 It's binding. Not databinding. What should I do for databinding object (They are not the same events) ? Thanks :) "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message news:uiNJF4tALHA.1764(a)TK2MSFTNGP04.phx.gbl... > Use the binding events > > http://www.vb-tips.com/DataBindingEvents.aspx > > "Mr. X." <nospam(a)nospam_please.com> wrote in message > news:OY2M$WqALHA.5464(a)TK2MSFTNGP05.phx.gbl... >> 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 :) >>
From: LightStamp on 7 Jun 2010 14:34 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 "Mr. X." <nospam(a)nospam_please.com> wrote in message news:OY2M$WqALHA.5464(a)TK2MSFTNGP05.phx.gbl... > 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 :)
|
Pages: 1 Prev: Help converting a vb6 function to vbnet. Next: Good bye... |