I created a usercontrol called error, it basically has a ra:Label in it and a public method that changes the text of the label and highlights it.
On the page containing the UC, I created a PageError method that calls the public method and passed the error text to it (the PageError method also clears the server error). The problem is, it never fires from the Page_Error method. If I use a button on the main page and call the public method from its onclick, it works fine.
How come it won't fire from the Page_Error? Any suggestion on how to get it to work?