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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tchnologist

  1. tchnologist

    Adding data from an array to a Datagrid

    Here you go. I tweaked the implementation that I previously described to make it (a little) more generic. The main drawback to the code I described is the need to create a special row class for any array. Until I get a chance to play with the Reflection API a bit I won't be able to...
  2. tchnologist

    Adding data from an array to a Datagrid

    Unfortunately, I don't think there's a way to directly bind a DataGrid to a multi-dimensional array. In VS2005, the DataGridView control's DataSource property only accepts objects that implement the following interfaces: IList IListSource IBindingList IBindingListView Array does...
  3. tchnologist

    Adding and saving rows to a datagrid at runtime

    If you used Visual Studio to create strongly-typed DataSets, the actual implementation of what you need isn't too hard. When you add your first DataGridView control to the grid to the control, Visual Studio (at least VS 2005) prompts you to select a data source for the grid. At that point...

Part and Inventory Search

Back
Top