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.
Printable View
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.
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:)
ok, thanks for the tip. :)