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. General Programming
  3. C#
  4. Writing an html file from a form application

Writing an html file from a form application

Scheduled Pinned Locked Moved C#
csharphtmlquestioncareer
3 Posts 3 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.
  • J Offline
    J Offline
    johnny__XP
    wrote on last edited by
    #1

    Hello. I have a form application in C# and i wanna create an html file at run time. In Net Framework there is the HtmlTextWriter class that can do this job, but this class is for ADO applications, that is not my case. Any ideas what can i do in my case? Thanks in advance.

    C S 2 Replies Last reply
    0
    • J johnny__XP

      Hello. I have a form application in C# and i wanna create an html file at run time. In Net Framework there is the HtmlTextWriter class that can do this job, but this class is for ADO applications, that is not my case. Any ideas what can i do in my case? Thanks in advance.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I'm not getting why you think you can't use the class that was created for the purpose. You can just use a basic textstream if you want, too. Or a string builder.

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      1 Reply Last reply
      0
      • J johnny__XP

        Hello. I have a form application in C# and i wanna create an html file at run time. In Net Framework there is the HtmlTextWriter class that can do this job, but this class is for ADO applications, that is not my case. Any ideas what can i do in my case? Thanks in advance.

        S Offline
        S Offline
        sarvesh upadhyay
        wrote on last edited by
        #3

        do u want to develop a CMS type application where user can design his own page.

        Sarvesh Upadhyay Senior Software Engineer Birlasoft India Ltd. Microsoft Certified Professional Developer in Dotnet 2.0 Enterprise Application

        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