I make User control, make some public event. I can bind/Add event and use it, working fine
But my event is not showing in properties window!
How can I make event for user control that will show just like in standard asp control?
(I not want to bind/Add event every time on every web Page where I use my user control)