how can I fire the events in user control?
Siva Krishna Pittu
First you have create an Even by using WithEvents Keyword on any of the control.
You can fire the Event using RaiseEvent function.