Im calling a table adapter fill method to fill a dataset that is bound to a datagrid. The fill method has a parameter for an order id. The order id is set when the user picks it from a drop down list. When they pick a different id from the list I want to refresh the grid to show the new data. Right now Im doing a complete refill of the dataset. Is there a way to just call a refresh on the table adapter to refresh the data without doing a full refill?
Thanks!
Thanks!