Whats the use of @ Register directives ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of placeholder control? Can we see it at runtime?

573


Which property is used to identify the Page is Post Back in ASP.NET?

562


Which type of state management is provided by Query String in ASP.NET?

559


How you will handle session when deploying application in more than a server?

596


What does postback mean?

539






which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1678


Why do we use datasource in asp.net?

525


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4758


What is the mvc model?

581


What is the difference between equals() and == in c#?

572


Explain the disadvantages of viewstate?

575


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

1847


Describe a Windows Service and its lifecycle ?

629


List some of the important session state modes of asp.net.

509


How is application management and maintenance improved in asp.net 2.0?

543