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 app_code folder in asp net?
Explain difference betn dataset and recordset?
How many types of sessions are there in asp net?
What is the use of placeholder control?
How many web config files can be created for an application?
What is different authentication mechanisms used in ASP.NET?
What is considered a service provider?
Can user control be stored in library?
What is voluum?
Differentiate between file-based dependency and key-based dependency.
What is the difference between client-side and server-side validations in ASP.NET?
How many ways are there to maintain a state in .net? What is view state?
What are client activated objects and server activated objects?
What are strong names?
What is a web farm?