• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Forum Membership

Forum Membership

Different Types of Directives in Dot Net

Started by Tech, August 30, 2007, 02:14:59 AM

Tech

@Page directive:

Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files and also define the page language used just like c#,VB etc. <%@ Page AspCompat="TRUE" language="C#" %>

@Control: Defines control-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .ascx files.This directive also define the view state of page. <%@ Control Language="VB" EnableViewState="false" %>

@Import: Explicitly imports a namespace into a page or user control. The Import directive cannot have more than one namespace attribute. To import multiple namespaces, use multiple @Import directives.Its helps in importing of files. <% @ Import Namespace="System.web" %>

@Implements: Indicates that the current page or user control implements the specified .NET framework interface .<%@ Implements Interface="System.Web.UI.IPostBackEventHandler" %>

@Register:

Associates aliases with namespaces and class names for concise notation in custom server control syntax.We can register the user control also with the help of Register directive. <%@ Register Tagprefix="Acme" Tagname="AdRotator" Src="AdRotator.ascx" %>

@Assembly: Links an assembly to the current page during compilation, making all the assembly's classes and interfaces available for use on the page. <%@ Assembly Name="MyAssembly" %><%@ Assembly Src="MySource.vb" %>

@OutputCache: Declaratively controls the output caching policies of an ASP.NET page or a user control contained in a page <%@ OutputCache Duration="#ofseconds" Location="Any | Client | Downstream | Server | None" Shared="True | False" VaryByControl="controlname" VaryByCustom="browser | customstring" VaryByHeader="headers" VaryByParam="parametername" %>

@Reference: Declaratively indicates that another user control or page source file should be dynamically compiled and linked against the page in which this directive is declared.

To learn about Web Services Interview Questions visit dotnetquestion.info

Here you will also find all type of interview questions like dot net interview questions, sql server interview questions, web services interview questions, xml, ado.net, oops, asp.net, css, java script interview questions etc.

Article Source: http://EzineArticles.com/?expert=Adam_Sturo

haileyjonathan

Nice posting. I got some tips from your posting..
Thanks for your sharing...

Michealjack

#2
XML serves the primary syntax that can be utilized to share suitable and relevant information between diverse kinds of computers, various applications, and different organizations. The data of XML is stored in a very simple format of plain text.

burton71stephens

Hii......
nice post i can get all of my related queries solved here......
will come up with some of my queries.....

brucecraig88

The outcome of XML can be utilized to share suitable and suitable in order. The data of XML is store in a very easy set-up of plain text.

ramsankeiio

Data stored in XML is stored in plain Notepad format. It is very useful for sharing relevant data between different types of commuters or programs.

disolmodo78

Page directive, control, import directives, implements, register, assembly, reference etc are the different types of directives in Dot Net. All are very essential for web development.

annahussy

This is such a nice  post about directives in .NET. There are total 11 directives are available like assembly,control,implements,import,master,master type,output cache,page,previous page type,reference, register etc. 


sankalppatil

Types of directives in dot net:
1. Page directive.
2. Control.
3. Import.
4. Implements.
5. Register.
6. Assembly.
7. Reference.

nisargshah

@Page
@Master
@Control
@Import
@Implements
@Register
@Assembly
@MasterType
@Output Cache
@PreviousPageType
@Reference