I want to use the menu control of windows application in my web application. How can I achieve this?
Hi,
As far as I see, Windows Form's Application is quite different from that of Web Application. So you should use "Menu" in the Web Application as a Web Control.
praptic
Member
61 Points
72 Posts
How can we use windows forms control in a web application?
Jul 18, 2012 12:46 PM|LINK
shabirhakim1
Star
13496 Points
2145 Posts
Re: How can we use windows forms control in a web application?
Jul 18, 2012 12:57 PM|LINK
Here is explaination how to host windows controls on web application pages
http://www.4guysfromrolla.com/articles/052604-1.aspx
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: How can we use windows forms control in a web application?
Jul 20, 2012 01:30 AM|LINK
Hi,
As far as I see, Windows Form's Application is quite different from that of Web Application. So you should use "Menu" in the Web Application as a Web Control.
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx
Reguards!
Damn Code
Participant
1883 Points
323 Posts
Re: How can we use windows forms control in a web application?
Jul 23, 2012 11:43 AM|LINK
Hi, friend
Check this link
http://weblogs.asp.net/spano/archive/2007/09/19/hosting-a-windows-form-control-in-a-web-page.aspx
Please remember to Mark the replies as Answers if they help & unmark them if they provide no help.