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
How can you make sure that web api returns json data only?
How to bind all the binding controls in a page at once in ASP.NET?
What is viewstate information stored?
Is it true that a Web service must be written in .NET or not?
Where is the view state data stored in asp net?
What is the maximum amount of memory any single process on windows can address?
Explain serialization and deserialization?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What types of data validation events are commonly seen in the client-side form validation?
Explain the use of errorprovider control in .net?
Explain security types in asp.net?
Which protocol is used to call web service?
Is asp.net mvc front end or backend? : Asp.Net MVC
What are session state modes?
Explain the concept of event bubbling in ASP.NET?