What is Http handler?

Answer Posted / r k raj

The HTTP handler is used in web services handle the
information between web browser and web server.

Is This Answer Correct ?    13 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s the use of “GLOBAL.ASAX” file?

609


How can you debug your.net application?

566


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1960


Write code to send e-mail from an asp.net application?

556


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1677






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.

1449


What is server side session management?

533


Explain an object, class and method.

570


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

539


Explain how cookies work.

604


Out of ASP or ASP.NET which one is stateless?

684


What is the difference between union and structure?

511


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

516


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1727


What is the significance of finalize method in .net?

556