Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Advantages of .ashx pages.

Advantages of .ashx pages.

Scheduled Pinned Locked Moved ASP.NET
questioncsharphtmlasp-net
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anoop_m83
    wrote on last edited by
    #1

    what are the advantages of .ashx pages and how can I write Html tags in ashx file? Sample url Page Extension is ASHX[^]

    B 1 Reply Last reply
    0
    • A anoop_m83

      what are the advantages of .ashx pages and how can I write Html tags in ashx file? Sample url Page Extension is ASHX[^]

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      We used to write HTTP Handlers at certain situations in our applications. In traditional way, writing Handlers needs to several steps. To avoid these, ASP.NET provides a way to write the HTTP Handler by just using a .ashx files. We use Handlers, to handle certain situations like, if we want to process some different file extensions,for changing themes etc.. for details, have a look to followng links.. Click here 1 Click here 2

      Cheers!! Brij Visit my Blog: http://brijbhushan.net
      Check my latest Article :ViewState - Various ways to reduce performance overhead

      A 1 Reply Last reply
      0
      • B Brij

        We used to write HTTP Handlers at certain situations in our applications. In traditional way, writing Handlers needs to several steps. To avoid these, ASP.NET provides a way to write the HTTP Handler by just using a .ashx files. We use Handlers, to handle certain situations like, if we want to process some different file extensions,for changing themes etc.. for details, have a look to followng links.. Click here 1 Click here 2

        Cheers!! Brij Visit my Blog: http://brijbhushan.net
        Check my latest Article :ViewState - Various ways to reduce performance overhead

        A Offline
        A Offline
        anoop_m83
        wrote on last edited by
        #3

        ok thanks for the links. one more doubts, how to handle click events below submit button in the .ashx page.

          context.Response.Write(
            "");
        
        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups