Assign event to a particular combo in a DataGridView
-
This issue is with respect to Windows Application I have 2 comboBox in the same row of a DatagridView. When I attach an event one of them, the other comboBox also fires the same event. How can I attach an event only to a particular combo in a DataGridView
-
This issue is with respect to Windows Application I have 2 comboBox in the same row of a DatagridView. When I attach an event one of them, the other comboBox also fires the same event. How can I attach an event only to a particular combo in a DataGridView
Make use of the
sender
argument. Check sender is the required combobox. If yes, continue processing.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions