Answer Posted / 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 |
Post New Answer View All Answers
What is client side state management?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What are the advantages of the code-behind feature?
Explain the basic functionality of garbage collector?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is custom events? How to create it?
What is the difference between the asp and asp.net?
What is paging in context of Memory?
What are the advantages of using session?
How can you debug your.net application?
Explain what are webservices?
What is the viewstate in asp.net?
How do I open an ashx file in windows 7?
How can we update records in gridview?Is there any appropriate code for it?
Can we store object in viewstate?