questions about IE controls

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

  1. #1

    Default questions about IE controls

    i recently downloaded the IE web controls from here:

    [url]http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1[/url]

    i've installed and got the samples running fine. now i want to develop with
    them.

    1. how do i get vs.net to recognize the controls (such that intelisense
    does it's magic when i type "<ie")?
    2. should i go ahead and add the assembly to the GAC? would this take care
    of 1)? if so, how does one go about doing that again?
    3. are there any concerns for development / deployment of web apps with
    these or other custom controls?

    thanks for the help!


    noname Guest

  2. Similar Questions and Discussions

    1. questions about controls
      as far as i know, in asp.net there are such classification: server control(including HTML Server Control and Web Form Control), user...
    2. Control.Controls bug? Control's child controls missing at the run time.
      Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer
    3. Why the properties of web user controls which inherted from my custom base UI controls MISSED?
      Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable?
    4. user controls: dynamiclly added child controls dont survive post back ?
      hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control...
    5. Questions About QuickTime Xtras And Controls
      I was under the impression that if I package all of the QuickTime Xtras within the projector file that it could play the QuickTime movies even if the...
  3. #2

    Default Re: questions about IE controls

    Read through this....

    [url]http://www.ondotnet.com/pub/a/dotnet/excerpt/aspdotnetian_6/index3.html?page[/url]
    =4

    It isn't too friendly of a method, but I haven't found any other way.

    bill

    "noname" <askme@fake.com> wrote in message
    news:eZ3sgdtVDHA.1692@TK2MSFTNGP11.phx.gbl...
    > i recently downloaded the IE web controls from here:
    >
    > [url]http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1[/url]
    >
    > i've installed and got the samples running fine. now i want to develop
    with
    > them.
    >
    > 1. how do i get vs.net to recognize the controls (such that intelisense
    > does it's magic when i type "<ie")?
    > 2. should i go ahead and add the assembly to the GAC? would this take
    care
    > of 1)? if so, how does one go about doing that again?
    > 3. are there any concerns for development / deployment of web apps with
    > these or other custom controls?
    >
    > thanks for the help!
    >
    >

    William F. Robertson, Jr. Guest

  4. #3

    Default Re: questions about IE controls

    You don't need to do anything. If you have installed IE web controls
    through normal setup they will be automatically registered with your
    Visual studio IDE also (provided Visual studio is already installed
    before you installed IE web controls). You can find these controls in
    the tool box of your IDE. Just drag, drop and start using them. You
    will get Intellisense also. Visual Studio automatically will add a
    reference to these controls for you. You can view this by expanding
    References in Solution explorer.

    Thanks
    Ram

    "noname" <askme@fake.com> wrote in message news:<eZ3sgdtVDHA.1692@TK2MSFTNGP11.phx.gbl>...
    > i recently downloaded the IE web controls from here:
    >
    > [url]http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1[/url]
    >
    > i've installed and got the samples running fine. now i want to develop with
    > them.
    >
    > 1. how do i get vs.net to recognize the controls (such that intelisense
    > does it's magic when i type "<ie")?
    > 2. should i go ahead and add the assembly to the GAC? would this take care
    > of 1)? if so, how does one go about doing that again?
    > 3. are there any concerns for development / deployment of web apps with
    > these or other custom controls?
    >
    > thanks for the help!
    Ram 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