Questions tagged [generic-handler]

Generic handlers are the .NET components that implement the System.Web.IHttpHandler interface. Any class that implements the IHttpHandler interface can act as a target for the incoming HTTP requests.

161 questions
2
votes
1 answer

Filedownload with low memory even with big files

I need to grant users access to restricted files. Were looking at using a generic webhandler for this operation. The files can get quite big, 1,5GB atleast. We need to serve these files with a little RAM/Memory usage as possible. At the moment we…
mfriis
  • 217
  • 3
  • 17
2
votes
1 answer

jQuery select2 with remote data and asp.net

I am using select2 library for replacing select boxes. I rearranged example 7 that you can find on Select2 library page (scroll down with id $("#e7").select2 etc...). I made my own generic handler that return serialized json data: GetData.asxh view…
janilemy
  • 565
  • 4
  • 22
2
votes
1 answer

Pass By Reference to Generic Handler(.ashx) in Asp.net

I followed this post:DataTable using Server Side Processing. Inside default.aspx, I am calling .ashx using: