How to Include Custom Control(ascx) in Asp pages?
Komara Reddy
Step 1) Add Following Directive at the top of the page <%Register TagPrefix="ucl" TagName="TopBanner" Src="../TopBanner.ascx" %>Step 2) locate where you want to add custom control and add the following line :