CJLeit Posted August 8, 2007 Posted August 8, 2007 I'm 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 I'm 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! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.