BLOB Reading via IHttpAsyncHandler

Posted by shaniirfan on Stack Overflow See other posts from Stack Overflow or by shaniirfan
Published on 2010-03-31T22:40:31Z Indexed on 2010/03/31 22:43 UTC
Read the original article Hit count: 444

Filed under:
|
|
|

Hi,

I am storing images in SQL Server 2000 database (BLOB type). There is a web page in my ASP.NET application which need to show a lot images to the end user and i want to handle browser's requests for images through a IHttpAsyncHandler. I found a similer post on codeproject "Asynchronous HTTP Handler for Asynchronous BLOB DataReader." But for some reasons, page get freeze upon completion of "BeginProcessRequest" method and "EndProcessRequest" method never get call. Can anyone look at this post and let me know whats wrong in that post? OR what i need to do to complete this task (BLOB Reading via IHttpAsyncHandler)?

© Stack Overflow or respective owner

Related posts about blob

Related posts about c#