TechieDrill Your World Of Technical Tutorials

Posts Tagged ‘asp’

@ Page Directive – ASP .NET

11.10.2009 · Posted in ASP .NET

@ Page Directive ASP .NET Page Directives: A Page directive is a set of instructions given to ASP.NET compiler/parser. It is used to define the behavior of Web Forms. The page directive is always specified at the top of the page. @Page Directive The @Page directive is used to declare attributes that are specific to a .aspx page. It ...