Results 1 to 2 of 2

Thread: converting vb.net app to asp.net page

  1. #1

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    converting vb.net app to asp.net page

    Rather than recreate my entire form, I would like to import the controls from my vb form to my asp page. Is this possible. Are there conversion utilities available for the code?

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: converting vb.net app to asp.net page

    No...

    The only remotely close way of doing so is to use a .Net applet, which entails developing your form inside of a usercontrol, compiling it within a .Net dll, and then adding that to a webform in your web app.

    .Net applets only work in IE5.5 or higher, and only if the person viewing your site has the .Net framework installed on their machine.

    There is no easy conversion process. You will have to learn how to make a .Net web app. You will find many similiarities however to ease your pain.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width