How to create custom events in an ASP.NET UserControl
Posted by: EggHeadCafe.com New Articles,
on 12 Feb 2011 |
View original | Bookmarked: 0 time(s)
Create a UserControls to encapsulate specific functionality and provide a custom event that your page can subscribe to. Article shows how to create a custom event in a control, get the selected EmployeeID from a Gridview and fire the custom event so the page can get the selected Employee. read more
By Peter Bromberg