Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Doesn't work HttpHandler

Author  Topic 

hornet
Yak Posting Veteran

96 Posts

Posted - 2008-12-08 : 11:24:56
Hi all!

Could any body tell me why doesn't work HttpHandler?

I have to load photo from DB. I have VS2008. I've added ashx by Add new item -> Generic handler->App_Code and named file like class "Handler"

and write in aspx
<img src='<%# Eval("Id", "Handler.ashx?Id={0}") %>' style="border: 0;" alt="" />

but ProcessRequest isn't called.
Why?

Thanks in advance!
   

- Advertisement -