Browse by Tags

Related Posts

  • Re: Difficulties figuring out how to initiate download of files after their creation

    Hi JJ, Thanks for your reply. I now have a clearer idea of how I am goiong to tackle this. You are correct that the web is stateless, and therefore, if the user navigates away from the "Download_Request" page, there is nothing I can do to let them download the file, since that particular Request-Response...
    Posted to HttpHandlers and HttpModules (Forum) by kreid on 12-15-2006, 12:00 AM
    Filed under: HttpModule, HttpHandlerFactory, HttpHandler, asp.net 2.0, HttpWebRequest, javascript, HttpResponse, Session, download
  • Create UserControl as if it were within an ASPX page, but from a HttpHandler

    As above, I want to instantiate and use a User Control as if it were in a page, i.e. all it's events (Load() etc...) fire as they would normally. The only diff is I want to do this within a HttpHandler, and just return the results of the ascx file. The goal I am trying to achieve is to able to instantiate...
    Posted to HttpHandlers and HttpModules (Forum) by ste_brough on 01-26-2007, 12:00 AM
    Filed under: ASP.NET Request Filters, HttpModule, HttpHandlerFactory, HttpHandler, IHttpHandler, HttpWebRequest IfModifiedSince NotModified Exception, asp.net 2.0, HttpResponse, Page_Load not firing, .ashx, handler, Page
  • httphandler working on VS 2005(Cassini) not on IIS6

    I have a reverse proxy implemented using a HTTP handler. The handler handles all trafic (using webrequest) between my ASP.NET application and a remote ASP.NET application. To be able to call the remote site, I have to add some HTTP headers and a client certificate. So far so good. When I test this on...
    Posted to HttpHandlers and HttpModules (Forum) by Greyfox on 02-07-2007, 12:00 AM
    Filed under: HttpHandler, IHttpHandler, HttpWebRequest IfModifiedSince NotModified Exception, asp.net 2.0, iis, HttpResponse
  • Google MAP API question

    I have store locator web service in which i'm using Google Map's HTTP request to get geocode information for given address. I'm not using Google's javascript object. I exposed a Webservice with one WebMethod that takes address as parameter. we pass that address to google as querystring using .Net HTTPRequest...
    Posted to XML Web Services (Forum) by lax4u on 02-21-2007, 12:00 AM
    Filed under: Google API, HttpResponse, HttpRequest, Google MAP
  • How could implement ISessionIDManager

    Hi guys, I would like implement this interface to create my own SessionID for cookieless mode to use session on mobiles. public void SaveSessionID(HttpContext context, string id, out bool redirected, out bool cookieAdded) { redirected = false ; cookieAdded = false ; if (pConfig.Cookieless == HttpCookieMode...
    Posted to HttpHandlers and HttpModules (Forum) by davestar on 03-05-2007, 12:00 AM
    Filed under: HttpModule, asp.net 2.0, HttpResponse
  • Problem reading binary/pdf data

    Hello, I am a novice ASP developer. I have a problem in reading the response data from webresponse. Here is the code. I am in very crucial time in delivering the project. Could anybody help, It wil be greatly apprciated, The below is the code I am trying on. It opens Pdf reader with blank pages, Please...
    Posted to HttpHandlers and HttpModules (Forum) by ASP321 on 04-04-2007, 12:00 AM
    Filed under: HttpModule, HttpHandlerFactory, HttpHandler, HttpPipeline, HttpWebRequest, HttpResponse, HttpHandler BinaryWrite OutputStream, HTTP Handlers, http post, HttpWebResponse, Problem reading binary/pdf data
  • rss feed error any sugessitions

    i am developing the rss feeds for my website it contains 3 tables tblsitesettings, tblblogitemcategories, tblitems my code file is MyFeed.aspx.cs public partial class MyFeed : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Response.Clear(); Response.ContentType="application...
    Posted to Web Forms (Forum) by rajuonline_531 on 09-21-2007, 12:00 AM
    Filed under: HttpWebRequest IfModifiedSince NotModified Exception, HttpWebRequest, HttpResponse, response.contextType, ASP.NET 2.0 Request size, Response Headers, Asp.net 2.0 response filters, channel, ASP.NET 2.0 HTTP Compression
  • Sending a webpage with embedded images.

    Hello. I'm creating small application written in C# which is going to be used for sending emails from webpage. It has 4 textboxes : From, Bcc, Msg, and EmailUrl. And now to my problem: When user puts url in EmailUrl textbox the application must send webpage with embedded images. Now, i don't...
    Posted to Getting Started (Forum) by krneker on 10-10-2007, 12:00 AM
    Filed under: regular expression, Send Email, Images, background, C#, Sending Email, web controls, HttpResponse, SmtpClient, httpwebrequest post, Screen Scraper, email IIS SMTP ASP.NET 2.0, Image Url, asp 2.0 website
  • Downloading file from a second website

    Hi there, Well I have done quite a bit of searching on my problem and I have still yet to find an answer. I'm fairly novice when it comes to programming. My problem is that I have three domains all for the one company. They all display the same website. I have some pdf Brochure files that I would...
    Posted to Getting Started (Forum) by amcclorey on 10-24-2007, 12:00 AM
    Filed under: HttpHandler, HttpWebRequest, HttpResponse, download, HttpHandler BinaryWrite OutputStream, files, httpException, HTTP Handlers, http post, 404 HttpHandler Url Rewriting Virtual Path Providers XSLT XML document(), HttpWebResponse, HTTP Headers, Response Headers, HttpContext
  • Re: HTTPResponse object.

    What do you mean by your own object? If you want to add some functionality to existing HttpResponse object, you can do that. Just create a new class and inherit it from HttpResponse class. Add your functionality and your job is done. Then you can use your new class with added functionality in place of...
    Posted to HttpHandlers and HttpModules (Forum) by Yanesh Tyagi on 10-23-2007, 12:00 AM
    Filed under: HttpHandler, HttpResponse, HTTP Handlers
Page 1 of 2 (13 items) 1 2 Next >