A
anthonykallay
Hi there,
I have a built a CMS system that allows users to do all the usual
functions (add/edit pages), what i would like is for the user to be
able to be able to insert a pre defined control into the page text
using the editor that loads into a Literal control..
For example they may write out apage as below
<p>This is para1</p>
<p>This is para 2</p>
<% Control code is entered here %>
<p>Continue with text on the page</p>
Is this possble in .Net and if not how would one go about inserting
controls into the body of dynamically created text???
Cheers
Anthony
I have a built a CMS system that allows users to do all the usual
functions (add/edit pages), what i would like is for the user to be
able to be able to insert a pre defined control into the page text
using the editor that loads into a Literal control..
For example they may write out apage as below
<p>This is para1</p>
<p>This is para 2</p>
<% Control code is entered here %>
<p>Continue with text on the page</p>
Is this possble in .Net and if not how would one go about inserting
controls into the body of dynamically created text???
Cheers
Anthony