Hi sir
In chapter 8 of user control you have told us about the registration of user control. you have told that this code will be added when we add our control to a page.
Code:
<%@ Register Src=â~/Controls/Banner.ascxâ TagName=âBannerâ TagPrefix=âuc1â %>
But sir when i add user control to my master page by dragging it on droping it on it i didn't find this code anywhere in the maser page.
I want to know where this code is added when we add a user control.