ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 384 Page Views: 

Name the different types of directives being used in .Net?



Posted By: Avi Date: 2 October 2010 03:36:20 AM
 Answer:

The directives are as follows:- @Page , @Control , @Import , @Implements , @Register , @Assembly


Posted By: avibtech


Date: 2 October 2010 03:36:20 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image goelxM
Related Questions
ASP.Net : Diffrentiate between src and code behind?

Diffrentiate between src and code behind?

src:- It is an attribute where we mention the name of the code-behind class to dynamically compile a....
Category: ASP.Net Date: 10/5/2010 12:26:19 AM
ASP.Net : The ViewState is available during which phase of the processing lifecycle of ASP.net?

The ViewState is available during which phase of the processing lifecycle of ASP.net?

It is available after the Init() method and before the Page_Load() method.
Category: ASP.Net Date: 10/4/2010 6:59:19 AM
ASP.Net : What can be done with a control having bubbled event?

What can be done with a control having bubbled event?

The control can perform the following three things if it has bubbled event:- 1. Nothing is done. In....
Category: ASP.Net Date: 10/4/2010 4:23:20 AM
ASP.Net : Whch classes are required to send a mail in asp.net and write code for it?

Whch classes are required to send a mail in asp.net and write code for it?

MailMessage and SmtpMail are the classes which will be required to send the mail. Code for this will....
Category: ASP.Net Date: 10/4/2010 2:13:19 AM
ASP.Net : Where should the validation occur ,on Server-Side or Client-Side and Why?

Where should the validation occur ,on Server-Side or Client-Side and Why?

It is better to have a validation check on client-side. This is because if the validations are check....
Category: ASP.Net Date: 10/4/2010 12:27:20 AM