Whats the use of @ Register directives ?

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


Please Help Members By Posting Answers For Below Questions

What does the orientation property do in a menu control?

527


What is session handling in a webfarm, how it can work with its limits?

619


What is autopostback in asp net?

579


What is difference between web config and global asax?

439


What is the full form of asp.net?

527






In the Repeater control which way you can edit?

639


How do you do Client-side validation in .Net?

569


What is a runtime version?

520


What is fulltrust?

553


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1419


What is the adavantage of using ASP.NET routing?

640


What’s the difference between asp.net web forms and asp.net mvc?

542


To display data in a Repeater control which template you provide?

584


What is x xss protection?

558


What is Razor View Engine

601