Click here to Skip to main content
15,912,021 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends!
I have made a database form application using system.windows.forms library.
can I change the window forms to html forms without any major changes. I wan't to copy the design from window form to html form without creating every control over.
Please guide me through the process,if there is one.
Best regards...
Posted

1 solution

If you developed your functionality in a presentation layer, and not tightly hooked to your buttons etc. Then you should have no issue starting an ASP.NET application, and just wiring up the events to your presenter/controller.

If your windows form contains all the logic and connectivity etc. then it's going to be a fair bit of work.
 
Share this answer
 
Comments
J imran 22-Jun-10 13:12pm    
thank you for the answer... I have done in an organized layers. I have a presentation layer, where I just present what the user will see. C# already provide this by partial class concept. I was keen to know, can I change the design part in some html Form...? real challenge for me.
Regards

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900