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. create html file on the server side

create html file on the server side

Scheduled Pinned Locked Moved ASP.NET
htmlsysadmin
3 Posts 3 Posters 5 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
    apadana_1989
    wrote on last edited by
    #1

    hi I want create html file form aspx file

    S N 2 Replies Last reply
    0
    • A apadana_1989

      hi I want create html file form aspx file

      S Offline
      S Offline
      Shahriar Iqbal Chowdhury Galib
      wrote on last edited by
      #2

      Hi, try this code below, if your page name is "signin.aspx" than

      StringWriter sw = new StringWriter();
      HttpContext.Current.Server.Execute("~/signin.aspx",sw,true);
      String renderedHtml=sw.ToString();

      1 Reply Last reply
      0
      • A apadana_1989

        hi I want create html file form aspx file

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        Perhaps if you explained what is you are trying to accomplish we could assist you better.


        I know the language. I've read a book. - _Madmatt

        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