Converting Windows forms to aspx pages

  • Thread starter Thread starter manesh
  • Start date Start date
M

manesh

Hi,

I am new to c# applications, rite now I am doing a project
which needs creation of windows forms application, this windows forms
needs to be converted to asp pages. I have a doubt in my mind, wether
it is possible to do this?

Regards,
Manesh
 
There is no "built - in" mechanism for converting windows form to the
equivalent ASP.NET page, as there are just too many differences. I have seen
one or two third party apps that attempt to do this, but haven't tried any.

Normally I have found that if the business logic is in re-usable class
libraries, building a new web -based front end to use them is not a difficult
task.
Peter
 
Back
Top