generic-handler Questions

1

Solved

I am using Stripes payment gateway with C# .Net. I started with creating a checkout which redirects the user to Stripe's payment gateway (I didnt want the hassle of maintaining the card numbers etc...
Cameron asked 18/12, 2019 at 13:18

3

Solved

I'm a newbie using Ninject and I can't figure out how to inject into my generic http handler. I have a MVC3 project and I'm injecting my services into controllers with no problem at all. This is wh...
Crossruff asked 4/5, 2012 at 10:4

4

Solved

In my small little file transfer website (this one, running .NET 4.5.1) I'm following the Microsoft Knowledge Base article 812406 to send previously uploaded files from the server to the browser. D...
Inga asked 5/4, 2014 at 19:21

1

I am implementing captcha on the first page of my web application ie. on the login page. The captcha value is set in the generic handler which needs to be accessed in login.aspx page for verificati...
Bulgarian asked 7/7, 2014 at 9:8

1

Solved

I want to pass the data from a fancytree to a generic handler so that I can save it for future use. If I use this code: function SaveTree() { var tree = $('#TopTree').fancytree("getTree"); $.aj...
Ephah asked 29/5, 2014 at 18:15

1

Solved

This old title describes the visible issue, but the new title describes the root cause issue a little better. I'm still not sure why the ASHX isn't getting called, so I'm still looking for an answe...
Goulden asked 22/7, 2013 at 2:38

1

Solved

I saw some questions (Here and Here) but they do not answer my question. I am trying to call Ajax using "ajax.ashx" file, and in function to access Session. For some reason, the value of the Sessi...
Gallinacean asked 6/1, 2013 at 10:54

4

Solved

I have an issue with GenericHandler and anonymousIdentification. Basically if <anonymousIdentification enabled="true" /> is turned on in the web config, whenever a JQuery GET/POST request is...
Tameika asked 3/2, 2011 at 17:26

3

Solved

What is the best method to troubleshooting a jQuery AJAX call with ASP.NET? The error function is getting called--I get the alert to popup that says "Error", but I don't know why. When I attach to ...
Giddings asked 2/1, 2012 at 16:53
1

© 2022 - 2024 — McMap. All rights reserved.