Browse by Tags

Related Posts

  • Re: How to programatically create a link to a script whcih shoudl return an image like google ads?

    Tomy , It would be a simple stuff that you would need to create. Here goes your quick snippet. 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 class Class1 6 { 7 void RenderGoogleLikeAds() 8 { 9 StringBuilder _jsads = new StringBuilder(); 10 11 _jsads.Append( "<script...
    Posted to Web Forms (Forum) by abrahamdurairaj on 02-12-2007, 12:00 AM
    Filed under: httpcontext, HttpHandlers
  • Re: how to use Screen Scraping(page) in asp.net

    Hai,, i want to post data with screen scrap page.. i want to send from to destination station which class and date... i run the screenscrap.aspx page the posted data send to the request page with to display the posted page that is searched page..) here my code.. ScrapPage.aspx.... Public Sub SubmitButton_Click...
    Posted to Web Forms (Forum) by thirunavukarasu on 05-25-2007, 12:00 AM
    Filed under: HttpHandlers, HttpWebRequest, Web Service
  • Re: IhttpHandler

    In a ASP.NET applciation there are possibly many requests coming in at any one time. For each of these requests the framework is utilising a HttpHandler instance to process the request. By making a httpHandler "reusable" you are flagging that the same instance of the handler can be used on...
    Posted to HttpHandlers and HttpModules (Forum) by foreachbiscuit on 10-26-2007, 12:00 AM
    Filed under: HttpHandlers
  • HttpContext.Current.Handler disappears after PostRequestHandlerExecute

    Hi! Hopefully someone could help me. After I've installed the .NET Framework 3.5 Beta 2, some ASP.NET application implemented with ASP.NET 2.0 stopped working. The problem came in an event handler for ReleaseRequestState in the HttpApplication. In the method I need the current handler, which I receive...
    Posted to HttpHandlers and HttpModules (Forum) by atanian on 10-31-2007, 12:00 AM
    Filed under: HttpHandler, IHttpHandler, handler, HTTP Handlers, HttpHandlers
  • Web Service(Using other sites)

    Hi all, i want use healthnotes from other site(aleready our client registered and get the permission from that site) i have all authentications to use that site healthnotes,and also given some script and usage guide. But my problem is how to use that given script , if any one used this conccept please...
    Posted to XML Web Services (Forum) by Shankar Naspuri on 11-17-2007, 12:00 AM
    Filed under: ASP.NET Request Filters, HttpModule, HttpHandlerFactory, HttpHandler, HttpWebRequest IfModifiedSince NotModified Exception, HttpWebRequest, HttpResponse, Application_BeginRequest, HttpHandler BinaryWrite OutputStream, httpException, HTTP Handlers, http post, 404 HttpHandler Url Rewriting Virtual Path Providers XSLT XML document(), HttpWebResponse, HttpModule redirect request 404 log, http Handlers httpmodule ispostback, ASP.NET 2.0 Request size, HTTP Headers, Http Handlers ClientScriptManager GetWebResourceUrl, HttpContext, HTML, HTTP Handlers Failing for Large Request, Asp.net 2.0 response filters, ASP.NET 2.0 HTTP Compression, httpmodule redirect rewrite "client portal", HttpHandlers, HttpWebRequest over https
  • launching file without knowing ContentType?

    Hi, There’s probably an easy answer here, but it’s escaping me… I’ve got a list of documents of unrestricted types (.txt, .doc, .pdf, could be anything) stored in a database – id, filename, desc, and data blob. I’ve got a page that lists the documents. I need to be able to “view” the document using the...
    Posted to Web Forms (Forum) by dbarnestx on 12-03-2007, 12:00 AM
    Filed under: HttpHandlers, contenttype
  • Re: httpmodule

    A module runs in the background of the Web Site (or can run in the background of the server in IIS 7) and can do many things. Primarily they are used to catch the request by assigning event handlers for difference events in the ASP.NET pipeline. For example it is really common to write a URL Rewritter...
    Posted to HttpHandlers and HttpModules (Forum) by docluv on 02-24-2008, 12:00 AM
    Filed under: HttpHandlers, HTTPModules
  • Could not load type 'MyFunda.UrlHandlerForQuestion'.

    Hi, I am getting following error "Could not load type 'MyFunda.UrlHandlerForQuestion'." when I am creating any virtual directory and trying to access it. My scenario is like that. I have kept an application that has a UrlHanlder to handle all the request coming with path "/question...
    Posted to HttpHandlers and HttpModules (Forum) by SheoNarayan on 04-12-2008, 12:00 AM
    Filed under: HttpHandler, HttpHandlers
  • Http Response Object

    Hi I want to use the Http Response Object to send the values back to the client in that i need to use the proper tags like content.length and content.type in the header of the Http Response and the binary data of image in the response body. how can should i develop this one with http response? please...
    Posted to Web Forms (Forum) by manikandan.neelan on 05-13-2008, 12:00 AM
    Filed under: HttpHandlers, .Net 2.0, ASP .net 2.0 C#, HttpModule Response.Redirect http POST Session, "Response.BinaryWrite" "Response.DownloadData" "Response.Write" "PageRequestManagerParserErrorException" "Workaround", .ASPX
  • Programmatically removing an httphandler from web.config problem !

    Hi , when i write this in web.config , its working perfectly fine. <remove verb="*" path="*.config" > , this shows me the web.config file from browser bypassing the httphandler Forbidden. But when im removing it through programmatically , its showing this extension cannot be...
    Posted to Web Forms (Forum) by vaseem siddiqui on 06-10-2008, 12:00 AM
    Filed under: HttpHandlers
Page 1 of 2 (14 items) 1 2 Next >