(Eric Smith) When I’m writing code for user controls that need to signal the host page when they’re done with some task, I define and use an event. I simply register for a custom event and run my code when the event occurs. This makes a clean interface between the user control and the page and makes
Read More - Register for Free Membership