TableAdapater data refresh

CJLeit

Active member
Joined
Feb 1, 2006
Messages
32
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!
 
Back
Top