i cant access to SayHello.ashx and i got this javascript error : httpReq.open is not a function. but the code work fine when i use an aspx page for answer xmlhttprequest :
I have an .ashx component that is used by a couple of pages, and because of a requirement it needs to have a bool-property in order to act differently for one of the pages that is using the component.
I\'m using an ASHX handler, i want the handler to check if Session != null. if (context.Session[\"Username\"] != null)
Why ScrewTurn Wiki does use ashx type to create wiki page? Isn\'t it dangerous to create asp.net page on the fly?
I have a custom handler (ImageHandler.ashx) that works fine when browsed to.It locates a zip file on the开发者_开发知识库 server, unzips it and saves a bitmap to the OutputStream.When I try to use jQu
We have a page that opens in a new browser window where there\'s an automatic redirect to an ASHX handler that produces some kind of an XLS file. It\'s done using a javascript redirect, i.e. setting w
I\'ve got a really vexxing problem with an ASHX handler that renders a captcha image.The thing that makes it really vexxing is that it was working fine two months ago and when I went back to it again
When a user clicks my link it brings up the save as dialog, but it wants to save it 开发者_如何学编程as a ashx file in any other browser than IE. The file is standard jpeg that is being taken from a d
I ahve been practicing jQuery.ajax() recently. I have started to learn to call .Net web-services qith jQuery.ajax(开发者_如何学运维).
What are the diff开发者_如何学Pythonerences between .aspx and .ashx pages? I use ashx now when I need to handle a request that was called from code and returned with a response, but I would like a mo