Give an example of how using an HttpHandler could simplify
an existing design that serves Check Images from an .aspx page.
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 |
Explain the difference between the value-type variables and reference-type variables?
• How do you relate an aspx page with its code behind page?
Is classic asp still supported?
What is Querystring collection?
What are private assemblies and shared assemblies?
what is the difference between sql server2000 and 2005
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.
why we use data bind in asp.net
What is difference between Server.transfer and Response.redirect ?
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.
In how many ways you can connect to the Database?
Define global.asa file?