From UserControl page, Call Page_Prerender in Parent page
问题 I have a aspx page name MakeRedemption.aspx, in which have a UserControl (Search.ascx). There is Page_Prerender() in the MakeRedemption.aspx. I would like to ask, how can I call the Page_Prerender() from MakeRedemption.aspx, by a function in Search.ascx. It is something as follow : Actually there is a looping in one of the function in my User Control page. The Page_Prerender (MakeRedemption.aspx) will trigger after all the loop finish. What I want is : Everytime before end of each itme of the