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 Mike Lewis 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. ryanchk

    VS2005 TreeView Problem

    when tyring to hard-code databinding to a tree view in VS2005, the following code says that there is no definition for 'RunQuery' in the current context. void PopulateCategories(TreeNode node) { SqlCommand sqlQuery = new SqlCommand("Select * From Categories"); DataSet ResultSet...

Part and Inventory Search

Back
Top