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
How to change Master page in ASP.Net using code?
What is OSI layer? Explain different layers.
Is web config mandatory?
Define reflection in .net?
What is difference between viewstate and session in asp net?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Disable browser cache for entire ASP.NET website?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Explain server control extensibility with reference to asp.net 2.0 ?
Explain client-side scripting?
Explain the components of web form in asp.net
What is round trip in asp.net?
What is an asp.net web form?
Describe SOA and the tenets of it?
What are the HTML server controls in ASP.NET?