Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Response.Write(yourHTMLString)

 

Or maybe use a label then change the text property programmatically.

 

Anyway, where are you going with this?

Edited by amir100
Amir Syafrudin
Posted

I'm doing a website that has a master page and the main content is updateable through a administrator interface and instead of just posting content I would like it to be more dynamic and be able to be edited with HTML.

 

Response.Write dosn't specify where the code will appear?

Posted

In one of the projects that some of the chaps that I work with produced, a JavaScript editor was used under a GNU public licence. Unfortunately, I don't know the name of the editor. Have a dig around on Google, though.

 

The package was a complete editor allowing the editing of the HTML source, as well as providing the standard Wordesque interface.

 

I'm sorry I can't be more help than that.

 

 

Paul.

Posted
kenttheprogger , if you use a label and you change it's .Text property, that's exactly where the html code will go :) (where the label is positioned)
Development & Research Department @ Elven Soft
Posted
kenttheprogger ' date=' if you use a label and you change it's .Text property, that's exactly where the html code will go :) (where the label is positioned)[/quote']

 

LOL! You bad! :p

 

Sorry, Proka - no offense is meant; I was comparing this thread with mine, that you posted in yesterday.

 

If it's simply a case of displaying the code on the webpage, I would use a panel. That way the HTML will appear in a DIV as opposed to the label's SPAN. You can then have your own CSS entry relating to that particular DIV name etc. etc...

 

 

Paul.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...