How to convert VB.Net code to ASP.Net ?

  • Thread starter Thread starter Luqman
  • Start date Start date
L

Luqman

How to convert VB.Net code to ASP.Net ? Is it possible or is there any tool
for that ?

Best Regards,

Luqman
 
VB.Net is a language. Asp.Net is a platform. Do you mean converting a
windows application to a web one?

Eliyahu
 
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.
 
Back
Top