how to display design and html script in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Smish
    New Member
    • Jan 2007
    • 51

    how to display design and html script in C#

    i have a webbrowser which displays html files of different forms(with images,with stylesheets etc).Every time the html file would have different formats so keeping track of all tags is not possible.

    now i select some part of this text from the webbrowser and write that data in htm format.

    The task which now i have is " how can i make the written data of htm format again to be displayed in any way so that i could see the design and html code which can be edited according to the user requirement"


    suggestions as what can i use" rich text box or ne other control" is what i am looking for

    thanx..
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well you could put it in a regular textbox. It will show up as things like <div>this is text in a div</div><span> some stuff to go in a span</span>

    Comment

    Working...