What are Http handler ?

Answer Posted / a.mustaq ahmed

Whenever we to work with user defined File Extensions we go
for HTTP handlers.

Is This Answer Correct ?    9 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between asp & asp.net.

727


What is the file through which you can customize your asp.net application?

752


Describe in brief .net framework and its components.

741


What is directive in asp net?

737


Why web api is better than wcf?

761


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

717


What are session objects?

727


How could you modify xaml content from javascript?

714


What is postback in asp net?

753


What r the asp.net list controls and difference between them?

725


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.

1621


What is the use of placeholder control?

744


Which method is used to force all the validation controls to run?

766


Explain the difference between asp.net mvc and asp.net webforms

778


COM+ Used ________________ Isolation Level

1709