Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Conversion of Infragistics Controls
posted

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!

  • 45049
    Suggested Answer
    posted

    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.