Dynamically changing the component of webpage

Posted by peril brain on Stack Overflow See other posts from Stack Overflow or by peril brain
Published on 2010-06-15T09:20:09Z Indexed on 2010/06/15 9:22 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

Hi, I am working for a project on disaster management sponsered by World Bank, under this project i have assigned work on CMS. and my senior has asked me to make a ASP.NET webpage where those logged with administrator privilege will be able to edit the page. like:-

<div id="mydiv"><pre>+++++++MY CONTENT+++++++++++++++++++</pre></div>

now if if the admin clicks on mydiv he should be able to edit the pre contents.

for this i got many options such as WYSIWYG editors (but they work on textboxs only and further more they cant save the data back to server replacing the previous content)
then I came to know about Webparts , but its editing capabilities was so low that my plan for implementing a WYSIWYG editor went in vain.

so I m seeking help from u all is their any way to achieve the motive, it would be better if u can suggest something like incorporating WYSIWYG into webpartmanager editor... THANKS..

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET