473,654 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where can I find MS IE WebControls?

Hi,

This link works but when you try to download IE WebControls you'll get to
page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P
Nov 19 '05 #1
11 7932
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get to
page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P
Nov 19 '05 #2
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get to
page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P

Nov 19 '05 #3
Hi,
I believe you have to build the source code of the web controls to get the
assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get to
page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P

Nov 19 '05 #4
Hi Shiva,

No, there's nothing to build.

Can you mail me the DLL?

Kenneth P

"Shiva" wrote:
Hi,
I believe you have to build the source code of the web controls to get the
assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get to
page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P


Nov 19 '05 #5
Hi Kenneth,

The ReadMe file in the extracted folder contains the step by step
instructions to build the source code. Its not just the dll but there are
other supported files also need to be copied.

Here is a part from the ReadMe:

-- START --
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory. The
build folder contains Microsoft.Web.U I.WebControls.d ll and a Runtime
directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0
directory under your top-level site directory. For example, if your site
root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

-- END --

HTH.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F6******** *************** ***********@mic rosoft.com...
Hi Shiva,

No, there's nothing to build.

Can you mail me the DLL?

Kenneth P

"Shiva" wrote:
Hi,
I believe you have to build the source code of the web controls to get the
assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get to page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P


Nov 19 '05 #6
Shiva,

I already did all that stuff. Doesn't work.

Kenneth

"Shiva" wrote:
Hi Kenneth,

The ReadMe file in the extracted folder contains the step by step
instructions to build the source code. Its not just the dll but there are
other supported files also need to be copied.

Here is a part from the ReadMe:

-- START --
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory. The
build folder contains Microsoft.Web.U I.WebControls.d ll and a Runtime
directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0
directory under your top-level site directory. For example, if your site
root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

-- END --

HTH.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F6******** *************** ***********@mic rosoft.com...
Hi Shiva,

No, there's nothing to build.

Can you mail me the DLL?

Kenneth P

"Shiva" wrote:
Hi,
I believe you have to build the source code of the web controls to get the
assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get to page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P



Nov 19 '05 #7
Ok, it built the DLL and the build folder for me. If you still need the DLL
and runtime files, let me know your email id (beware of spam !!!)...

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:7D******** *************** ***********@mic rosoft.com...
Shiva,

I already did all that stuff. Doesn't work.

Kenneth

"Shiva" wrote:
Hi Kenneth,

The ReadMe file in the extracted folder contains the step by step
instructions to build the source code. Its not just the dll but there are
other supported files also need to be copied.

Here is a part from the ReadMe:

-- START --
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory. The
build folder contains Microsoft.Web.U I.WebControls.d ll and a Runtime
directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0
directory under your top-level site directory. For example, if your site
root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

-- END --

HTH.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F6******** *************** ***********@mic rosoft.com...
Hi Shiva,

No, there's nothing to build.

Can you mail me the DLL?

Kenneth P

"Shiva" wrote:
Hi,
I believe you have to build the source code of the web controls to get the
assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:
Hi,
Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
Hi,

This link works but when you try to download IE WebControls you'll get

to page that doesn't exist.

http://msdn.microsoft.com/workshop/w...w/overview.asp

Anyone who could help me get the IE WebControls download link?

TIA

Kenneth P



Nov 19 '05 #8
Hi Shiva,

The build.bat built the Build folder and the runtime files but not the DLL!!!

Tell you what to do. Got two email addresses, one I can always get in touch
with (a universal, like hotmail) and one private. You can have the universal
here and from there you'll get my private and then you can email me the DLL.

Write whatever text stuff to me on 'k************@ sverige.nu' and I'll get
your emailaddress and then I'll tell you my private emailaddress and then
we're rolling.

Kenneth P

"Shiva" wrote:
Ok, it built the DLL and the build folder for me. If you still need the DLL
and runtime files, let me know your email id (beware of spam !!!)...

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:7D******** *************** ***********@mic rosoft.com...
Shiva,

I already did all that stuff. Doesn't work.

Kenneth

"Shiva" wrote:
Hi Kenneth,

The ReadMe file in the extracted folder contains the step by step
instructions to build the source code. Its not just the dll but there are
other supported files also need to be copied.

Here is a part from the ReadMe:

-- START --
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory. The
build folder contains Microsoft.Web.U I.WebControls.d ll and a Runtime
directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0
directory under your top-level site directory. For example, if your site
root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

-- END --

HTH.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F6******** *************** ***********@mic rosoft.com...
Hi Shiva,

No, there's nothing to build.

Can you mail me the DLL?

Kenneth P

"Shiva" wrote:
Hi,
I believe you have to build the source code of the web controls to get the assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:

> Hi,
> Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41
>
> "Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
> news:9A******** *************** ***********@mic rosoft.com...
> Hi,
>
> This link works but when you try to download IE WebControls you'll get

to
> page that doesn't exist.
>
> http://msdn.microsoft.com/workshop/w...w/overview.asp
>
> Anyone who could help me get the IE WebControls download link?
>
> TIA
>
> Kenneth P
>
>
>



Nov 19 '05 #9
Just to doble check: make sure you run the batch file from the Visual Studio
..NET 2003 command prompt. Because, the batch file refers to the C# compiler
without absolute path.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:B8******** *************** ***********@mic rosoft.com...
Hi Shiva,

The build.bat built the Build folder and the runtime files but not the
DLL!!!

Tell you what to do. Got two email addresses, one I can always get in touch
with (a universal, like hotmail) and one private. You can have the universal
here and from there you'll get my private and then you can email me the DLL.

Write whatever text stuff to me on 'k************@ sverige.nu' and I'll get
your emailaddress and then I'll tell you my private emailaddress and then
we're rolling.

Kenneth P

"Shiva" wrote:
Ok, it built the DLL and the build folder for me. If you still need the DLL and runtime files, let me know your email id (beware of spam !!!)...

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:7D******** *************** ***********@mic rosoft.com...
Shiva,

I already did all that stuff. Doesn't work.

Kenneth

"Shiva" wrote:
Hi Kenneth,

The ReadMe file in the extracted folder contains the step by step
instructions to build the source code. Its not just the dll but there are
other supported files also need to be copied.

Here is a part from the ReadMe:

-- START --
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory. The build folder contains Microsoft.Web.U I.WebControls.d ll and a Runtime
directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0
directory under your top-level site directory. For example, if your site root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

-- END --

HTH.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F6******** *************** ***********@mic rosoft.com...
Hi Shiva,

No, there's nothing to build.

Can you mail me the DLL?

Kenneth P

"Shiva" wrote:
Hi,
I believe you have to build the source code of the web controls to get the assmeblies.

"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:F4******** *************** ***********@mic rosoft.com...
Hi Shiva,

The link was ok and I could get the installation package, but in the
readme.txt file it's said that I should copy the file
Microsoft.Web.U I.WebControls.d ll to the app directory.

The problem is that this .dll doesn't exist after installation??? ?

Any ideas?

Kenneth P

"Shiva" wrote:

> Hi,
> Its here: http://www.asp.net/Default.aspx?tabindex=6&tabid=41
>
> "Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
> news:9A******** *************** ***********@mic rosoft.com...
> Hi,
>
> This link works but when you try to download IE WebControls you'll

get to
> page that doesn't exist.
>
> http://msdn.microsoft.com/workshop/w...w/overview.asp
>
> Anyone who could help me get the IE WebControls download link?
>
> TIA
>
> Kenneth P
>
>
>



Nov 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2906
by: Rodrigo DeJuana | last post by:
Howdy, I'm new to this .net stuff and really have little to no training. Im trying to create a new page for a web form, so i have been pretty much jsut coping code. I having some issue with some textboxes not updating when i a hit save. for example I have this code in my aspx.cs file: declared:
1
1779
by: Mike P | last post by:
When I raise an event in my ASP.NET (such as OnServerValidate), how do I get details on the Sender in the called procedure e.g. public void Check_Log_Details(object sender, System.Web.UI.WebControls.ServerValidateEventArgs value) { } Thanks,
2
3162
by: Josh | last post by:
Hi Guys, I have been stuck on this problem for several days now, i have a set of nested datagrids. Inside the second datagrid i have a dropdown list, a textbox and a label. I want the textbox to update the label with the value of the dropdown list * the text box quantity. I am using an onTextChaged even on the textbox, the problem i have is that i can not find the lblPrice control. Thanks for the help,
6
1514
by: Tina | last post by:
I'm going through a DataGridItem looking to find the text in a hyperlink column. It's not in mydataGridItem.cells(3).text. Where is it? thanks, T
10
5303
by: Sacha Korell | last post by:
I'm trying to load a drop-down list with all DropDownList control names from another page. How would I be able to find those DropDownList controls? The FindControl method will only find a certain control by id, but I want to find all controls of a certain type (DropDownList in this case). Is there an easier way than to get a control count of the page, loop through all controls on that page, examine their type and, if they're a...
5
7023
by: Kenneth P | last post by:
Hi, I've downloaded the IEWebControls.exe file, I've installed it, I've run the Build.bat and I can't find the WebControls.dll. Where is it? I've searched the whole computer but it doesn't exist. I've done it on several computers.
4
2150
by: Sandy | last post by:
I can't find the download for "Internet Explorer WebControls Download." I have searched throughout the MS site and on every link I have come to with the above description when I click, I am taken to: http://msdn.microsoft.com/404/default.aspx Any ideas on how I can get these WebControls? --
8
5052
by: Charts | last post by:
I download IEWebControls.exe, and installed it. Installation created IE Web Controls directory. The readme.txt said, 3. Create a /bin subdirectory for the application and copy the file Microsoft.Web.UI.WebControls.dll to this directory. However I could locate Microsoft.Web.UI.WebControls.dll. Actually I could not find any DLL under the directory tree created by the install program.
3
1812
by: CCJohn | last post by:
Hi, I find that while I can use the "Namespace...End Namespace" inside my code, there is also a "Root namespace" field in the project properties dialog box under General. So where should I put my REAL root namespace, or should I leave it blank, or should I create any at all? Please advice. Thanks in advance. CCJohn
0
8379
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8294
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8596
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2719
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.