I've got a database that I've been working on for over a year and a half but I've just recently finished the back end to the point of feeling comfortable with starting on a front end.
So while I've been able to pick up a great deal just stumbling through on my own with the several apress books I've gotten a hold of I've figured out a great deal and have some half decent forms for data entry but for the life of me I can't figure out how...
Search Result
Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
-
FrustratedNoob started a topic How to get a DataGrid that uses a Stored Procedure to initially populate to refreshin Visual BasicHow to get a DataGrid that uses a Stored Procedure to initially populate to refresh
-
DataBinding - Windows.Forms - Updating underlying DataTable
Hi,
I've got a question which I'm hoping has a simple answer.
I have a series of control bound to an underlying DataTable.
The databinding are setup to update the data source on validation.
I have an event handler monitoring the ColumnChanged event on the DataTable, and in certain circumstances I update another column in the datatable.
When I change another column's value...