ok, i've managed to get a textbox to accept a value from a dataset, but how do you change the dataset value according to what was entered in the text box?
I used this code to bind the textbox...
txtProject.DataBindings.Add(New Binding("text", oDataSet, "Projects.ProjectId"))


Reply With Quote