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 bkrike 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 dmatter98

  1. dmatter98

    column/row count in a datagrid on a winform

    you could always cheat and loop through the datagrid... using an try/catch loop... not the prettiest way but it will work Dim boolTest As Boolean = True Dim DatagridCounter As Integer = 0 DatagridCounter = 0 Do While boolTest Try 'something that increments the rowindex...

Part and Inventory Search

Back
Top