ashx
http post request sent from android to ashx in asp.net. cannot receive data
I am sending data from android to a Generic handler .ashx page in asp.net using http post. But the handler is not able to recieve data. The thing works with httpGet but not with httppost[详细]
2023-02-08 07:40 分类:问答$.get, $.post, $.ajax, $(elm).load to .ashx page problem
HTML page // in script tag $(document).ready(function () { var url = \"list.ashx\"; $.get(url + \"?get\", function (r1) { alert(\"get: \" + r1); });[详细]
2023-01-30 12:23 分类:问答Client Side Caching of XML returned from HTTPHandler
I have an HTTPHandler that returns some XML.I am trying to figure out 开发者_运维技巧how to get this to cache in the browser, as if it were a static XML file.[详细]
2023-01-26 20:12 分类:问答Adding a background graphic to http handler image
the following code is a handler that takes in a Percent (percent of the graph to show as blue), Max (maximum value), and a Gallons value (number) to create a thermometer-style progress meter. It outpu[详细]
2023-01-26 12:22 分类:问答ASP.Net: Record image displays via CDN
On my site, I display an image after the user clicks on a thumbnail (opens in a lightbox). I want to store the number of times users open the images.[详细]
2023-01-24 21:04 分类:问答Increasing the timeout for .ashx
Simple question: I nee开发者_Go百科d to increase the timeout for an ashx.You could just increae the server timeout:[详细]
2023-01-24 04:31 分类:问答ASP.net image thumbnails go greyscale(ish) - Weird!
Given an original image of: This resizes to look as such: ALL the images being stores on the server are correct with BLUE gradient background.But when it is resized and served it shows with blac[详细]
2023-01-23 13:20 分类:问答How to get the QueryString from an ashx file?
There is an ashx file containing \"ProcessRequest(Http开发者_JAVA技巧Context context)\" method which gets triggered automatically. When and how does it get fired?[详细]
2023-01-23 01:35 分类:问答jQuery autocomplete: change SQL query depending on selected checkbox
imagine i have one textbox (with autocomplete 1.1, not the latest UI version) and a checkbox. The textbox triggers an asp.net .ashx page that will execute a stored procedure at the sql-server and retu[详细]
2023-01-22 05:04 分类:问答In an ashx file, can I set the filename of the returned file?
My ashx response.writes a s开发者_StackOverflow社区imple text file that is returned. Can I change the filename, so if my ashx is located at mysite.com/someURL it doesn\'t return someURL.txt but rather[详细]
2023-01-21 16:28 分类:问答