What is ASP.NET MasterType directive - Directives And how to use
What is ASP.NET MasterType directive - Directives And how to use:
The basic syntax of MasterType directive is:
<%@ MasterType attribute="value"[attribute="value" ...] %>
The MasterType Directive:
The MasterType directive assigns a class name to the Master property of a page, to make it strongly typed.The basic syntax of MasterType directive is:
<%@ MasterType attribute="value"[attribute="value" ...] %>
Comments
Post a Comment