Ask a Question related to ASP.NET General, Design and Development.
-
noname #1
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
-
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... -
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 -
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? -
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... -
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... -
William F. Robertson, Jr. #2
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...with> 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 developcare> 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> 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
-
Ram #3
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



Reply With Quote

