0
kicks
Back to Basics – Exposing UserControl Events
This morning I saw Shlomo’s post that explain how to expose events in a UserControl in order to enable the page to register to that event. This post will show a different solution to do the same thing and also explain my opinion in regard of whether to expose events through UserControl or not.