my textbox displays "hello"
i change the value of textbox through code like this:
textbox.text = ""
then i do:
bindingsource.e ndedit()
tableadapter.up date(dataset.da tatable)
when i run the program, my textbox still displays "hello"
help me...
i change the value of textbox through code like this:
textbox.text = ""
then i do:
bindingsource.e ndedit()
tableadapter.up date(dataset.da tatable)
when i run the program, my textbox still displays "hello"
help me...
Comment