Hello Everyone,
Ok, this is a general question and any advice on the subject would be appreciated.
First I will describe my quandary. I have a page that I allow internal users to add HTML content too directly on a page. I am finding that many of the people are not closing their tags and thus reeking havoc on the rest of the page.
I was thinking of adding an iFrame to the page and just let them add their content on the page that loads in the iFrame. But, I don’t like using iFrames. So I started to look at the Panel Class.
From my understanding the Panel control provides a scriptable area on a page for displaying static information or script output. Its use is to control the display of other text, HTML, and server controls coded inside the Panel control.
So, the decision is would a Panel control really help my predicament? Is there a hidden gotcha that I have not seen with using a Panel control this way? Is there a better solution?
I would like to thank anyone that participates on this subject. I value everyone’s advice.
Happy Coding,
CroCrew~
Ok, this is a general question and any advice on the subject would be appreciated.
First I will describe my quandary. I have a page that I allow internal users to add HTML content too directly on a page. I am finding that many of the people are not closing their tags and thus reeking havoc on the rest of the page.
I was thinking of adding an iFrame to the page and just let them add their content on the page that loads in the iFrame. But, I don’t like using iFrames. So I started to look at the Panel Class.
From my understanding the Panel control provides a scriptable area on a page for displaying static information or script output. Its use is to control the display of other text, HTML, and server controls coded inside the Panel control.
So, the decision is would a Panel control really help my predicament? Is there a hidden gotcha that I have not seen with using a Panel control this way? Is there a better solution?
I would like to thank anyone that participates on this subject. I value everyone’s advice.
Happy Coding,
CroCrew~
Comment