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...


Whats the use of @ Register directives ?

Answers were Sorted based on User's Feedback



Whats the use of @ Register directives ?..

Answer / sagar kute

Syntax:
1) <%@ Register tagprefix="tagprefix" Namespace="namespace"
Assembly="assembly" %>
2) <%@ Register tagprefix="tagprefix"
Tagname="tagname" Src="pathname" %>
3) <%@ Register tagprefix="tagprefix" Namespace="namespace" %>
(Note : Assembly name can not include file extension.)

* Used to add the custom server controls, decoratively to a
web page, master page or a skin file.
* used to add user control declarative to a web page, master
page or a skin file.

Is This Answer Correct ?    4 Yes 1 No

Whats the use of @ Register directives ?..

Answer / minhajul islam

It is used to register user or 3rd control into asp.net web
page.

Is This Answer Correct ?    1 Yes 0 No

Whats the use of @ Register directives ?..

Answer / skmdali786

@ Register
Associates aliases with namespaces and class names for
concise notation in custom server control syntax.
<%@ Register tagprefix="tagprefix" Namespace="namespace"
Assembly="assembly" %><%@ Register tagprefix="tagprefix"
Tagname="tagname" Src="pathname" %>
Attributes
tagprefix
An alias to associate with a namespace.
tagname
An alias to associate with a class.
Namespace
The namespace to associate with tagprefix.
Src
The location (relative or absolute) of the declarative User
Control file to associate with the tagprefix:tagname pair.
Assembly
The assembly in which the namespace that you are associating
with tagprefix resides.
Note The assembly name does not include a file name
extension.

Is This Answer Correct ?    1 Yes 1 No

Whats the use of @ Register directives ?..

Answer / srikanth

Its Only to add Web User Control Page to Normal Asp.Net Page in Source Code...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How many types of Cookies are available in ASP.NET?

0 Answers   MindCracker,


Types of session management in ASP.NET?

1 Answers   Microsoft,


How many Controls present in Asp dot net?

7 Answers   TCS,


What is the difference between web.config and machine.config in ASP.NET?

0 Answers   Amazon,


Is there any alternative to avoid name collisions other then Namespaces?

0 Answers  


what is reference type to value type.

3 Answers   AG Technologies,


Can we mention error in web.config file?

2 Answers  


Types of exceptions in dot net???

1 Answers   TCS,


What is query string?

0 Answers  


When would you set this property to false?

2 Answers  


Is asp.net mvc front end or backend? : Asp.Net MVC

0 Answers  


Does asp.net still recognize the global.asa file?

0 Answers  


Categories