converting windows forms to asp.net web forms

The form.suite4.net import facility allows you to import Visual Basic or C# V isual Studio projects and convert the forms contained it into ASP.NET pages and user controls. All form styles are preserved.


convert windows form to web forms

The ASP.NET converter supports the following Windows Forms controls:

  • Button
  • CheckBox
  • ComboBox
  • GroupBox
  • Label
  • LinkLabel
  • Panel
  • PictureBox
  • RadioButton
  • TabControl with TabPages
  • TextBox

If you are using other controls in your form, form.suite4.net assists you to transform each control into a supported control with one mouse click in the form designer.
Once the files have been written to the designated output directory, you can either import them into an existing ASP.NET project or create a new one using Internet Information Services (IIS) manager or Visual Studio .NET. Compile them, preview the output in the browser and make any necessary changes and extensions to the generated aspx and ascx files as you see fit.