User Controls : Please Help
Hi
I would like to develop a web page in ASP.NET where i want to use the user controls.
User Control
-------------
Login Screen : Developed using Windows Application .NET
I want to use this in my asp.net page
Please give me link to simple example where i can create and use the user controls and interact
Actually i want create a windows form based Login screen. and when i click 'Login' in my asp.net page, i want my login usr control should popup.
Please help
Thank you
Re: User Controls : Please Help
As far as I know , html controls and controls derived from webcontrols can be used with ASP.NET forms.
Re: User Controls : Please Help
You can use winform controls in asp.net but a major point to consider is that the client will need the .net framework installed which could massively reduce your available audience (if the website is public).
If still interested have a look at this example