Results 1 to 3 of 3

Thread: User Controls : Please Help

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Bangalore
    Posts
    172

    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

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: User Controls : Please Help

    As far as I know , html controls and controls derived from webcontrols can be used with ASP.NET forms.

  3. #3
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width