We are using Google Analytics for our site, but since it uses client script in HTML output we are unable to track hits to any of our ASP.开发者_JS百科NET ASHX handler pages.
I am having ASP.NET MVC application in which i am using HTTP handler ashx file to get the image on the page . This image is uploaded by user by scanning the document.
I want to return the HTML output of the control from a handler. My code looks like this: using System;
I\'m using a custom ashx HttpHandler to retrieve gif images from a database and show it on a website - when the image exists, it works great.
I\'m trying to pass JSON from jQuery to a .ASHX file. Example of the jQuery below: $.ajax({ type: \"POST\",
My jQuery ajax call is failing with an undefined error. My js code looks like this: $.ajax({ type: \"POST\",
I\'m trying to take an开发者_如何学Python existing bunch of code that was previously on a full .aspx page, and do the same stuff in a .ashx handler.
I\'m using uploadify (http://www.uploadify.com/) to upload video to my site then convert them into *.flv using ffmpeg and play preview. But it dosen\'t fully working with firefox, chrome or safari.
Is it possible to restrict the access of an ASHX or WCF ser开发者_如何学JAVAvice to only AJAX calls from your own domain?
I have ASP.NET page with an iframe on it for displaying some pdf reports on this page. When user select the report type from dropdown, I add the needed for report data into the ASP.NET Session and ch