Hi there,
I' m writing a vb.net application using Infragistics Win Controls (2008) and some Microsoft Win Controls. Is there a way (maybe an automatic wizard) to convert the whole GUI of the Win Application to an ASP.NET Application GUI, alas to convert the Win Controls to the corresponding Web Controls?
Thanks in advance!
thrillos,
Because of the significant differences between how a Windows Forms appliction would be built, compared to an ASP.NET application, no such conversion utility exists. Not everything in Windows Forms has an exact corresponding thing in ASP.NET, and vice-versa. This applies even before bringing our controls into the picture.