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
What do you mean by authorization?
Define a static class?
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
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
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.
How to deploy/publish webservices?How many ways?Plz explain me
Apart from IDE what are the enhancements in asp.net 2.0?
What is a reflection?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How to do state management in ASP.NET?
What do you mean by serialize and marshalbyref?
Explain what is viewstate?
What is the purpose of asp.net?
What is a viewstate?
How we can force all the validation controls to run?