Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How many Directives r in ASP.NET?

Answer Posted / praveen

@ Assembly
Links an assembly to the current page or user control
declaratively.

@ Control
Defines control-specific attributes used by the ASP.NET
page parser and compiler and can be included only in .ascx
files (user controls).

@ Implements
Indicates that a page or user control implements a
specified .NET Framework interface declaratively.

@ Import
Imports a namespace into a page or user control explicitly.

@ Master
Identifies a page as a master page and defines attributes
used by the ASP.NET page parser and compiler and can be
included only in .master files.

@ MasterType
Defines the class or virtual path used to type the Master
property of a page.

@ OutputCache
Controls the output caching policies of a page or user
control declaratively.

@ Page
Defines page-specific attributes used by the ASP.NET page
parser and compiler and can be included only in .aspx files.

@ PreviousPageType
Creates a strongly typed reference to the source page from
the target of a cross-page posting.

@ Reference
Links a page, user control, or COM control to the current
page or user control declaratively.

@ Register
Associates aliases with namespaces and classes, which
allow user controls and custom server controls to be
rendered when included in a requested page or user control.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between early binding and late binding.

1039


What are the advantages of passport authentication?

970


What symbol would you use to denote, the start of a code block in aspx views?

929


What are the best practices to follow to secure connection strings in an ASP.NET web application?

1021


What is the difference between cache and cookies?

964


Define web services in asp.net.

1011


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

998


Explain how to prepare culture-specific formatting in .net.

929


How do active server pages work?

942


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

2049


Explain advantages of caching?

891


what is the difference between response.write() and response.output.write()?

1117


is gateway for sms continue connected for sending sms.how?

2224


What is query string in asp.net?

1026


Elaborate differentiation between ViewState and SessionState?

1040