L Luqman Mar 28, 2006 #1 How to convert VB.Net code to ASP.Net ? Is it possible or is there any tool for that ? Best Regards, Luqman
How to convert VB.Net code to ASP.Net ? Is it possible or is there any tool for that ? Best Regards, Luqman
E Eliyahu Goldin Mar 28, 2006 #2 VB.Net is a language. Asp.Net is a platform. Do you mean converting a windows application to a web one? Eliyahu
VB.Net is a language. Asp.Net is a platform. Do you mean converting a windows application to a web one? Eliyahu
J Jon Paal Mar 28, 2006 #4 you have to rewrite the code manually to convert a desktop vb.net application to a ASP.net application. Any text editor can do the job.
you have to rewrite the code manually to convert a desktop vb.net application to a ASP.net application. Any text editor can do the job.