button event in nested repeater
问题 I am using nested repeater and child repeater has a user control in it. <asp:repeater> <asp:repeater> <uc:userControl /> </asp:repeater> </asp:repeater> UserControl saves the information in database and raise the itemsaved event passing success message as event args. I do have public event in usercontrol that will be raised but there is no way I can bind that event in the main page. (it would be really good if I can do that). But I found another way to handle it in parent repeater's