I have one usercontrol on asp page
<%@ Register Src="UserControls/Show.ascx" TagName="ucShow" TagPrefix="uc1" %>
In that I have one method Show().
I want to access this method from my class file. i.e class1.cs which in app_code
How can I access this method from class.