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
Define authentication and authorization.
Explain the difference between panel and groupbox classes using .net?
What is asp.net mvc? : asp.net mvc
What is dynamic web page with example?
What are sharepoint pages?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Can the dictionary object be created in client?s scope ?
Explain different types of Caching techniques in ASP.NET?
What is the difference between sealed vs static class?
Which is the parent class of the ASP.NET server control?
What is difference between session and application in asp net?
In ViewState How much lifespan items stored?
What is authorization in asp.net?
Describe Segmentation With Paging?
How can you dynamically add user controls to a page?