I am trying to figure out how to set the default value of a bound textbox in the BindingNavigato rAddNewItem_Cli ck event.
the code I have tried is:
Me.TextBox1.Tex t = "Hello World"
I am able to set the value if the textbox1 is not bound. But as soon as I bound it the "hello world" no longer displays.
Thank you for any advice you can give me.
Scott Duprey
the code I have tried is:
Me.TextBox1.Tex t = "Hello World"
I am able to set the value if the textbox1 is not bound. But as soon as I bound it the "hello world" no longer displays.
Thank you for any advice you can give me.
Scott Duprey
Comment