Give an example of how using an HttpHandler could simplify
an existing design that serves Check Images from an .aspx page.
No Answer is Posted For this Question
Be the First to Post Answer
Define collection?
Explain how can you overload a method?
How do asp pages work?
What is Querystring collection?
Is asp classic dead?
how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)
can we place Global.asa into "bin" directory instead of Root directory?
Define a class in css?
What are the event handlers of Session Object?
What is the full name of asp in vb net?
is string is a value type or reference type?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID