ashx
Caching ASHX Image Response
I have created an ashx file to generate image thumbnails on the fly. I would like to cache these images client side after they are called the first time.[详细]
2023-04-08 00:30 分类:问答Only count a download once it's served
We have this code which serves a download: public class downloadRelease : IHttpHandler { public void ProcessRequest (HttpContext context) {[详细]
2023-04-07 07:31 分类:问答ashx error http handler 2
I\'m getting the an error at \"byte[] param = [...]\" from the following http handler. Other ashx files are working. Tell me if you need more info...[详细]
2023-04-07 00:11 分类:问答ASP.NET Access Denied in separate Thread
// test.ashx public class test : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = \"text/plain\";[详细]
2023-04-06 18:19 分类:问答PDFHandler.ash error when there is no file
I am having an issue with my ASHX handler that is generating PDF. When the user hits a \"View PDF\" button, it will look in the database for the PDF file and display it, but if there isn\'t a PDF fil[详细]
2023-04-05 01:24 分类:问答MVC ashx handler
I\'m using MVC3 and want to create a route to an ashx file. I\'ve created an Generic Handler with this code in:[详细]
2023-03-30 09:18 分类:问答EXTjs: how to read rss feed from ashx page to a store ?
I want to get the rss feed of an ashx page to an EXTjs store. It works perfectly with a xml page. but when I test it on an ashx page it doesn\'t !!![详细]
2023-03-29 19:33 分类:问答jQuery post, posting to ashx page
I am trying to save a user comment to my ashx web handler using jQuery post. The problem is that the form data does not seem to be posted, they got the value of Nothing.[详细]
2023-03-26 17:27 分类:问答Valums Ajax Upload w/ C# ashx returns 'Index was out of range. Must be non-negative and less than the size of the collection.' error
I\'ve been playing with Valum\'s AJAX upload script: http://valums.com/ajax-upload/ It ticks all the boxes for me, not using the horrid swfupload flash object for one.I have the JS point at my .ashx[详细]
2023-03-26 14:26 分类:问答Best way to pass collections of data from C# to a jQuery?
This is a Asp.net 3.5 Web Application I have a variety of data collections, like \"Featured Blogs\", \"Event List\", \"Top Events\" etc. About 5-10 in total.[详细]
2023-03-25 05:15 分类:问答