Refreshing data in textbox

Daven81

New member
Joined
Aug 10, 2003
Messages
4
guys i have a problem here.i am using vb.net and i have bind my textbox with data from my table and can display it, then i add a new record with the usual add command, but the record in the textbox didnt update( which the total record is still not added and i cannot find the record). however, in my database the record is added. When i close my vb and oepn it again, the data shows.
should i close my connection and open it again? how? please help.
 
i dont think i use dataview. ok, its like this, when i press the add button, my database will be updated. the coding runs fine. but the text boxes that i use to display data is not updated. i think its because i call the values when i load the form. so after i add a new record the displayed data is still the same. so do i need to refresh the data or connection to the textbox?
 
Back
Top