Using a .NET Windows Control on an ASP.NET page

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Using a .NET Windows Control on an ASP.NET page

    My company has been using ActiveX Controls embedded on ASP
    pages (obviously using the <OBJECT> tag) to give our Web
    Application the same look and feel of a windows
    application. We are now going to convert to .NET and we
    would like to keep the Windows look and feel in our App.
    So I need to know:

    Is it possible to create a Windows Control and embed it in
    an ASP.NET page?

    If so...how?

    Any help would be greatly appreciated.
    Thx,
    -A
    Aaron Guest

  2. Similar Questions and Discussions

    1. Placing ActivexControl in Windows control in aspx page
      I have successfully placed a seperate .Net windows control on my aspx page as well as one ActiveX Control (Visio control) on my aspx. But my...
    2. building user control with Windows Sockets to use in web page
      hi. i want to build USER CONTROL that will be used in WEB PAGE. to build user control and use in web page,I KNOW . i did user control with...
    3. Windows form control on Web page
      VB.NET ASP.NET Does anyone know how to embed a windows forms control on a web page in the same way that you could do active x objects in asp ...
    4. Add control to asp:PlaceHolder on asp.net page from user control on same page
      Thanks for the suggestion, but I'm trying to use querystrings as a last resort. Any other ideas? Dan "Alessandro Zifiglio"...
    5. How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
      How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
  3. #2

    Default Re: Using a .NET Windows Control on an ASP.NET page

    This kind of code interaction is not easy, but it can be done.
    Here's some reading on the subject for you:
    [url]http://msdn.microsoft.com/msdnmag/issues/02/06/Rich/default.aspx[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Aaron" <amcdonald@centershift.com> wrote in message
    news:02b001c35b94$4822bf30$a501280a@phx.gbl...
    > My company has been using ActiveX Controls embedded on ASP
    > pages (obviously using the <OBJECT> tag) to give our Web
    > Application the same look and feel of a windows
    > application. We are now going to convert to .NET and we
    > would like to keep the Windows look and feel in our App.
    > So I need to know:
    >
    > Is it possible to create a Windows Control and embed it in
    > an ASP.NET page?
    >
    > If so...how?
    >
    > Any help would be greatly appreciated.
    > Thx,
    > -A

    Steve C. Orr, MCSD Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139