Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 693582471

    Datagrid update

    Try this: DataSet1.Clear() 'clear the dataset Then depending on what type of connection you are using: OleDbDataAdapter1.Fill(DataSet1) ' refill DataAdapter1 OR SqlDataAdapter.Fill(DataSet1) ' refill SqlDataAdapter

Part and Inventory Search

Back
Top