Web page visual editing tool that can support asp.net web form tags

It is very difficult for me to find a web page editor that allows me to visually edit an already created asp.net web form page. for the entire period, I created my page projects with Dreamweaver (now I use Dreamweaver CS4) and transferred my Visual Studio 2010 projects to make asp.net pages from this template. The table editing function for web forms in Visual Studio is really annoying, and trying to change the column width, the table structure is damaged, and VS decides to change everything in this table (compare it with Dreamweaver, which changes only those two columns, instead of whole columns of this table )

Unfortunately, Dreamweaver does not recognize the syntax of asp.net tags, and because of this, it cannot display them correctly in design mode. I want to know if you know any tool (preferably a tool other than Microsoft) that can allow me to open the asp.net web form in it and edit the page elements visually without the side effects that Visual Studio causes for my page design . (I use HTML tables to layout page elements.)

By the way, I looked at this link:

http://en.wikipedia.org/wiki/List_of_HTML_editors

but after opening all the web pages of visual editors, I did not find any tool that supports ASP.net tags.

+5
source share
2 answers

, , Microsoft, Microsoft?

MS , :

, CSS / ASP.NET. ( ASP.NET.)

, .

+4

AjaxControlToolkit.HTMLEditor.Editor. DLL , . , .

0

All Articles