G
Guest
I am looking for a window-based opensource ASP.NET IDE program. However, i
really could not find one. Acutally i already studied a Form Designer for c#
and VB.NET, but this time i have to build a Form Designer for ASP.NET and got
no idea how to generate a ASP.NET code.
I know there are CSharpCodeProvider and VBCodeProvider. But i can't find any
ASPNETCodeProvider T_T.
Here is my labor-work idea. Because my c# Form Designer can generate a XML
data containing all controlls added into the form. So from that point i will
use XSLT to translate each control in the XML file to ASP.NET webpage and
code-behind.
This idea is work but i feel it is too stupid and take too much nessecary
time. Moreoever, I think it should have a better way to do this. So anyone
who know a opensource ASP.NET IDE, please let me know so i can read and study
from that, or who got any better idea, please just share it
Thank a lot
really could not find one. Acutally i already studied a Form Designer for c#
and VB.NET, but this time i have to build a Form Designer for ASP.NET and got
no idea how to generate a ASP.NET code.
I know there are CSharpCodeProvider and VBCodeProvider. But i can't find any
ASPNETCodeProvider T_T.
Here is my labor-work idea. Because my c# Form Designer can generate a XML
data containing all controlls added into the form. So from that point i will
use XSLT to translate each control in the XML file to ASP.NET webpage and
code-behind.
This idea is work but i feel it is too stupid and take too much nessecary
time. Moreoever, I think it should have a better way to do this. So anyone
who know a opensource ASP.NET IDE, please let me know so i can read and study
from that, or who got any better idea, please just share it
Thank a lot