B
Bob
When putting a custom-made control on the aspx page, it needs a <%@
Register TagPrefix="mymy" Namespace="myNS" Assembly="myAssembly" %>
directive. Is there a way to register the tag once somewhere in the app
(the config file?) so no need to write this in each and every aspx file?
Register TagPrefix="mymy" Namespace="myNS" Assembly="myAssembly" %>
directive. Is there a way to register the tag once somewhere in the app
(the config file?) so no need to write this in each and every aspx file?