Click here to Skip to main content
15,891,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know that is there a way to generate HTML code using ASP.Net in C#? Like when I click a button both open and close tags should generate with the attributes like 'align', 'class', 'id'.

As an example when you use a Web development tool like Dreamweaver or Frontpage they both have WYSIWYG HTMl editing capability. The same thing should be done using an ASP.Net web app so that I can modify it to use as a SharePoint Web Part within a SharePoint Site.

So this will be used as an alternative to the Content Editor Web Part and avoid using the Script Editor Web Part that both comes with SharePoint 2013.

Is it possible to generate the HTML using an ASP.Net web application and use it as a custom build SharePoint WebPart within a SharePoint 2013 site?

Thanks and regards,
Chiranthaka
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900