Bubble Web User Control Event to Parent Web Page ///////////////////////////... //User Control ///////////////////////////... public partial class UserControls_ListRequests : System.Web.UI.UserControl { // Delegate declaration public delegate void GridSelectHandler(int requestId); // Event declaration public event GridSelectHandler GridSelectEvent; protected void gvRequests_SelectedIndexCha... sender, EventArgs e) { ......
Tips and Tricks: ASP.NET AJAX 1.0 and User Controls Tips and Tricks: ASP.NET AJAX 1.0 and User Controls THANKS TO Bilal Haidar http://aspalliance.com/1274... ......