Give an example of how using an HttpHandler could simplify
an existing design that serves Check Images from an .aspx page.



Give an example of how using an HttpHandler could simplify an existing design that serves Check Ima..

Answer / Saujanya Yadav

Using an HttpHandler can help simplify an existing design by centralizing the handling of check images. Instead of having multiple .aspx pages that serve images, you can create a single HttpHandler class that handles all image requests. This approach makes the code more modular and easier to maintain.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

Explain the difference between the value-type variables and reference-type variables?

1 Answers  


• How do you relate an aspx page with its code behind page?

1 Answers   3i Infotech,


Is classic asp still supported?

1 Answers  


What is Querystring collection?

1 Answers  


What are private assemblies and shared assemblies?

1 Answers  


what is the difference between sql server2000 and 2005

1 Answers  


What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.

1 Answers  


why we use data bind in asp.net

1 Answers  


What is difference between Server.transfer and Response.redirect ?

7 Answers  


What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.

1 Answers  


In how many ways you can connect to the Database?

2 Answers   TCS,


Define global.asa file?

1 Answers  


Categories