I AM A STUDENT....MY QUESTION IS CAN WE MODIFY VB.NET WEB APPLICATION TO MOBILE APPLICATION...
THIS APPLICATION WAS WRITTEN IN VB.NET...
CAN WE CONVERT THIS ONE TO MOBILE COMPATIBLE ONE.
THANKS
SURESH
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raj KumarPosted Jun 13, 2013, 11:56 PM
To be totally platform independent and use at least a bit of the code you already have, you would have to make your vb.net work as a web application.
Then the whole new area of expertise opens before you, because there are multiple frameworks for mobile applications. Or if the application is simple enough, you can make it work without a framework.
Any way, start from creating a webapp from what you have