How many Directives r in ASP.NET?

Answer Posted / paresh rao + jignesh panchal

There 9 Directives in ASP.Net

Is This Answer Correct ?    8 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by authorization?

733


Define a static class?

744


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

744


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

829


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1647


How to deploy/publish webservices?How many ways?Plz explain me

2076


Apart from IDE what are the enhancements in asp.net 2.0?

1880


What is a reflection?

770


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

726


How to do state management in ASP.NET?

836


What do you mean by serialize and marshalbyref?

799


Explain what is viewstate?

777


What is the purpose of asp.net?

752


What is a viewstate?

778


How we can force all the validation controls to run?

760