Embedding webforms controls in asp.net page?

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

  1. #1

    Default Embedding webforms controls in asp.net page?

    Is it possible to embed (rich) webform controls in an asp.net page?
    assuming the workstation has IE and the Framework installed of course.

    Like Java applets?

    Thanks,

    John
    John Sparrow Guest

  2. Similar Questions and Discussions

    1. Need help with embedding a quicktime (.mpeg) movie fileonto a web page
      I have read several other topics on here like this one, but I can't seem to find an answer to my problem on any of them. I'm hoping that someone can...
    2. Adding reference page links - fonts not embedding in Acrobat
      Hi: Have a project that was created in QuarkXPress (MAC OSX 10.3.9 - G5 - Quark 6.5 / Acrobat Professional 7.0.2). I have links all over this...
    3. Embedding an existing web page
      How can I embed an exisiting web page within a frame on a web page I'm building? I don't want a hyperlink - I want the actual page to display within...
    4. Embedding HTML within a page
      Hi, Is it possible to embed one html or other web page within another page? I have some software which will create a web page from a forum I have...
    5. Embedding Webforms
      Is there any way to embed a webform or something similar into another webform so that it renders correctly? I've been using pagelets but find...
  3. #2

    Default Re: Embedding webforms controls in asp.net page?

    I think you are referring to windows forms controls being hosted in web
    forms. This is certainly possible. Refer
    [url]http://www.dotnetbips.com/displayarticle.aspx?id=118[/url] for similar example.

    --
    Regards,
    Bipin Joshi
    Webmaster - [url]www.dotnetbips.com[/url]
    Coding, Consulting & Training - [url]www.bipinjoshi.com[/url]
    Microsoft MVP


    "John Sparrow" <jsparrow@ecclescollege.ac.uk> wrote in message
    news:1357b958.0306260023.8dcb4d3@posting.google.co m...
    > Is it possible to embed (rich) webform controls in an asp.net page?
    > assuming the workstation has IE and the Framework installed of course.
    >
    > Like Java applets?
    >
    > Thanks,
    >
    > John

    Bipin Joshi [MVP] Guest

  4. #3

    Default Re: Embedding webforms controls in asp.net page?

    If you mean window controls check out this article:
    [url]http://www.15seconds.com/issue/030610.htm[/url]

    "John Sparrow" <jsparrow@ecclescollege.ac.uk> wrote in message
    news:1357b958.0306260023.8dcb4d3@posting.google.co m...
    > Is it possible to embed (rich) webform controls in an asp.net page?
    > assuming the workstation has IE and the Framework installed of course.
    >
    > Like Java applets?
    >
    > Thanks,
    >
    > John

    Anatoly 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