What is the use of @Register directives?

Answers were Sorted based on User's Feedback



What is the use of @Register directives?..

Answer / varun paliwal

Directives in ASP.NET are used to set attributes for a
page. The @Register directive is a directive used to
register user defined controls on a web page

Is This Answer Correct ?    16 Yes 5 No

What is the use of @Register directives?..

Answer / asmita

@register directive is used for to user control just drag and drop user control it is automatically created @register directive.

Is This Answer Correct ?    0 Yes 0 No

What is the use of @Register directives?..

Answer / jeenat

we can resister a custom server control to a web page using @Resister directive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


Can you explain the importance of finalize method in .net?

1 Answers  


How do you turn off cookies for one page in your site?

2 Answers   IBS,


Which control has default post back is enabled(true)?

1 Answers   Sans Pareil IT Services,


What is the advantage of using Windows authentication in a Web application?

1 Answers   MCN Solutions,


Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


What is state management in asp.net with example?

1 Answers  


What is the full form of asp.net?

1 Answers  


what is purpose of xml control in standard controls of asp.net

1 Answers  


what is the generics and where used generics in your project?

3 Answers   CTC,


Why do we use asp.net?

1 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


Categories