Comact framework: C#: Index of the sender control to focus next control
Hi there,
How do I find out the index of the sender control and focus the next control without using the name of the contol?
I know how to do it in VB.NET [Me.Panel1.Controls.Item(Me.Panel1.Controls.IndexOf(sender) + 1).Focus()]
Do not know how to do it C#. Could you guys please help with this. Any help is greately appreciated.
Thanks,
Prasad.

