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
Can I have a unique key as foreign key?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Why we use content place holder in asp.net?
What are cookies in asp.net?
Where the viewstate is stored after the page postback?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Why do we need asp.net?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the Difference between MVC And MVP design pattrens
How should I destroy my objects in asp.net?
What is the life cycle of web page?
Explain diff. Between friend and protected friend?
Explain the path instructions in xaml?
Describe the .net base class library.
What is owin authentication?