In my form i want to be able to fill all my controls with a particular record by selecting that record from my datagridview.If i select a particular record after clicking on it all my controls like textbox etc will be filled with that specific record.
Can i do this without using binding context?
Can i do this without using binding context?
Comment