Click here to Skip to main content
15,885,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project in windows forms in VB and having MDI forms now I want to make a web based project of it.So what would you suggest for this.Should I use popups like modal popup or make them dynamically.
Posted
Comments
StM0n 12-Jan-13 3:19am    
What's the purpose of the original project?

What are the modals used for in your WinForm-Project? If they're essential like "Do you really want to delete 'xyz', you should keep them...
Abhishek Pant 12-Jan-13 3:57am    
It was a project describing about climate forecast in windows form and It has some MDI forms and the report displays in another forms.similarly I want some suggestion What should I use to develop these Forms in popups in web pages.or any other suggestions in place of popups.or have this link of project-CropWat[^]
StM0n 12-Jan-13 5:53am    
Mhm... I would rather go for pages... but that's just my two cents :)
Abhishek Pant 12-Jan-13 5:56am    
thanks.
Tharaka MTR 12-Jan-13 5:20am    
Are you want to convert the windows client project as web based project?

1 solution

Well, the design is fully depend on your needs.
if this is a simple project (few forms) then you can go with ASP.NET web forms.

if this is a complex forms then it is better go with ASP.NET MVC
http://www.asp.net/mvc[^]

I think, displaying forecasting related things in one web form is the best way to give the information to viewers. Then they can easily get the idea what is going to happen. Personally, I would like to do that way.
If the report is a separate functionality, just like you want to get the current forecasting summary, then it is better use the popup for that functionally. you can give the link to view the report popup and by clicking that it will open the report
 
Share this answer
 

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