I am new to VB.net but I am trying to recreate an old program in .net and learn as I go so any help will be greatly appreciated.
I have one form with a datagrid that displays a list of 'contacts' with just the minimal basic info in the datagrid.
I have another form that displays ALL the 'contacts' info.
I want to double-click on any cell in the datagrid and have the other form load and show ONLY the data for that selected contact on the datagrid form.
I have no idea where to start but I have at least already figured out how to show only a select set of contacts by setting a filter on the contactstablead apter to "statusid = 4" (An agent).
Can someone please help me?
I have one form with a datagrid that displays a list of 'contacts' with just the minimal basic info in the datagrid.
I have another form that displays ALL the 'contacts' info.
I want to double-click on any cell in the datagrid and have the other form load and show ONLY the data for that selected contact on the datagrid form.
I have no idea where to start but I have at least already figured out how to show only a select set of contacts by setting a filter on the contactstablead apter to "statusid = 4" (An agent).
Can someone please help me?
Comment