ashx
when use .ashx adress got javascript error : myxmlhttprequest.open is not a function
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 :[详细]
2023-03-05 17:14 分类:问答Setting a propery in an .ashx page
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.[详细]
2023-03-02 04:03 分类:问答System.NullReferenceException When checking if != null
I\'m using an ASHX handler, i want the handler to check if Session != null. if (context.Session[\"Username\"] != null)[详细]
2023-02-28 16:56 分类:问答Why technically does ScrewTurn uses .ashx to create wiki page?
Why ScrewTurn Wiki does use ashx type to create wiki page? Isn\'t it dangerous to create asp.net page on the fly?[详细]
2023-02-27 06:13 分类:问答Use jQuery load with a custom http handler ashx file to show a png
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[详细]
2023-02-27 00:24 分类:问答Page rendering and http handlers
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[详细]
2023-02-25 00:52 分类:问答ASHX renders as broken image
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[详细]
2023-02-23 07:53 分类:问答ASHX Image Download Saved as ASHX
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[详细]
2023-02-22 18:53 分类:问答Which one is better for jQuery.ajax calls? .Net Web-Service or an .ashx?
I ahve been practicing jQuery.ajax() recently. I have started to learn to call .Net web-services qith jQuery.ajax(开发者_如何学运维).[详细]
2023-02-21 19:55 分类:问答.aspx vs .ashx MAIN difference
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[详细]
2023-02-20 23:48 分类:问答