Can I use NetBeans with asp.net as an editor?

asp.net, netbeans

Solution

From what I can gather, no; currently it's not supported.

I've done some research (Google) but haven't been able to find any plugins. If this was possible there would be a Netbeans plugin for it.

Have a look at this link

You might want to ask your friend why he suggested using Netbeans.

Problem

I want to design a site with asp.net (C#.net) and need an editor for my admin panel to add paper with picture etc., So I must use ckeditor, tinyMce or any other suggestions. However one of my friends told me that I shouldn't use an editor in your site and use NetBeans (with asp.net plugins) instead. Is it possible? If so, how?

Original source