I'm a real newbie to ASP, I'm afraid.

I have a windows app that I have written in Visual Basic 2008 using Visual Studio. Could I use ASP.NET to move the app's functionality to be available over the internet?

Broadly speaking, the app collects lots of data from the user, does some calcs then presents the results in a variety of pie charts. It makes use of the graphics class to draw the charts on a number of different panels.

If this can be done, would the amount of work be significant? Or would the code be largely unchanged. Can I use the graphics class in ASP.net?

Many thanks

ASP.NET is an extended class library of .net framework or .net framework's web technology that allows developer that he/she can author applications in any CLS compliant language and .net framework class library to develop a web application.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.