Results 1 to 3 of 3

Thread: converting vb.net application to asp.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    5

    converting vb.net application to asp.net

    i'm trying to convert my whole vb.net project to asp.net application, but have no idea how. can anyone tell me what are the key considerations and procedures i need to follow? thanks.

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256

    Post

    Well, its really simple. The forms in your VB.NET app, you can just try and duplicate the look using web forms, then just add the code, which stays pretty much the same except that the functions and subs will have different event handlers, and you will have to code according to the DOM.

    Sorry for the run on
    Dont gain the world and lose your soul

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    5
    ok, thanks for the tip.

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