473,804 Members | 2,252 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ms.web.ui.webco ntrols sample still not working

Rog
Hello,

Yesterday I downloaded IEwebcontrols.e xe and
TreeviewControl .msi

from

http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspnet-
usingtreeviewie webcontrol.asp

I followed all the readme instructions, compiled the
ms.we.ui.wecont rols.dll with build.bat from the vs.net
command prompt, did the xcopy thing to my root dir (from
the command prompt):

C:\WebControls\ IE Web Controls>xcopy /s /i .\build\Runtime
C:\Mywebroot\ww wroot
\webctrl_client \1_0 /y

, then I created a sample app at my root directory

C:\Myrootdir\ww wroot\sampleapp

using vs2003 (asp project using vb.net). Then I did the
xcopy thing for the samples dir that came with
IEwebcontrols.e xe. (also from the command prompt)

C:\WebControls\ IE Web Controls>xcopy /s /i .\Samples
C:\Mywebroot\ww wroot\sampleapp /y

Then I copied ms.web.ui.webco ntrols.dll to the bin
directory of the sampleapp project. I even added one of
the sample aspx pages, treeview.aspx to the project and
then ran the project. I did not get the treeview effect.
All I got was one line of text

"My first Tree Node My Second Tree Node"

If anyone has an idea what I missed or what else I need to
do to make this work please share.

Thanks,
Rog
Nov 18 '05 #1
1 1718
Rog
I took this a step further and added
ms.web.ui.webco ntrols.dll to the components list and
added the treeview control to my application. So I
created a few root nodes and some childnodes from the
nodes collection of the treeview control. I set
checkbox=true, etc in the properties of the nodes
collection. When I ran the app, I still only got text
with no hierarchical separation. The control displays
hierachy in design view. But in the browser all I got was

RootNode0child1 Node0
Child2Node0chil dofChild2Node0
RootNode1Childo fRootNode1

Is the control working but I am just not configuring it
correctly? It seems to work in design view but not in
runtime.
-----Original Message-----
Hello,

Yesterday I downloaded IEwebcontrols.e xe and
TreeviewContro l.msi

from

http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspnet-
usingtreeviewi ewebcontrol.asp

I followed all the readme instructions, compiled the
ms.we.ui.wecon trols.dll with build.bat from the vs.net
command prompt, did the xcopy thing to my root dir (from
the command prompt):

C:\WebControls \IE Web Controls>xcopy /s /i .\build\RuntimeC:\Mywebroot\w wwroot
\webctrl_clien t\1_0 /y

, then I created a sample app at my root directory

C:\Myrootdir\w wwroot\sampleap p

using vs2003 (asp project using vb.net). Then I did the
xcopy thing for the samples dir that came with
IEwebcontrols. exe. (also from the command prompt)

C:\WebControls \IE Web Controls>xcopy /s /i .\Samples
C:\Mywebroot\w wwroot\sampleap p /y

Then I copied ms.web.ui.webco ntrols.dll to the bin
directory of the sampleapp project. I even added one of
the sample aspx pages, treeview.aspx to the project and
then ran the project. I did not get the treeview effect.All I got was one line of text

"My first Tree Node My Second Tree Node"

If anyone has an idea what I missed or what else I need todo to make this work please share.

Thanks,
Rog
.

Nov 18 '05 #2

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

Similar topics

5
5294
by: Sue | last post by:
On code-behind page: (attributes set programatically for each of these elements) linkbutton added to tablecell textbox added to tablecell tablecells added to tablerow tablerow added to table (table.ID is TestTable) On .aspx page: <HeaderTemplate> <asp:Table ID="TestTable" runat="Server" /> </HeaderTemplate>
3
2412
by: CW | last post by:
I have downloaded, built and installed iewebcontrols. I tested the sample application and everything worked just fine. However, when I attempt to add Microsoft.Web.UI.WebControls.dll to the VS.Net toolbox, I get the following error: There are no components in 'c:\windows\microsoft.net\framework\v1.1.4322\Microsoft.Web.UI.WebControls.d ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried copying the...
5
1308
by: Rog | last post by:
Hello, I went to http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnaspp/html/aspnet- usingtreeviewiewebcontrol.asp and saved down the TreeviewControl.msi file and also IEwebcontrols.exe and ran the install in build.bat files.
1
4494
by: KMart | last post by:
Hello, I have a ASP.NET/C# application that uses the IE Web Controls. Everything was working fine. Then, for some unknown reason, everything stopped working. Here's the error information: Server Error in '/application' Application. ---------------------------------------------------------------------------- ----
0
1505
by: I am Sam | last post by:
Ok whats wrong with my toolbar? When I debug I don't get an error message and the databinding is working correctly but the toolbar itself and the <iewc:ToolbarDropDownlist /> control isn't showing up all that is returned to the web page is the buttons text and the contents of the DropDownlist. What am I doing wrong here? Below is the control I typed in and below that is the code behind. <iewc:toolbar id="Toolbar1" runat="server">...
1
2455
by: Lorenc | last post by:
Recently I am getting this error randomly while working with visual studio ..NET 2003 on a C# project and browsing my application. Everything comes to normal after rebooting. Can someone help on this? The following is the detail error message: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your...
8
5061
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.
7
1220
by: Jim Bancroft | last post by:
Hi everyone, I'm struggling with something.....I'd like to loop over all of my page's HyperLink controls, and I'm not sure how to do it. Here's what I'm looking for, in pseudocode: foreach (System.Web.UI.WebControls.HyperLink hLink in this.Controls) {
3
2456
by: Brano | last post by:
HI all, I have a problem i have a web application that was working fine and this morning when i run it and click on a button that does Reponse.Redirect to a page i get this error : Server Error in '/IPFWEb_6' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object.
0
9594
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
10599
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10346
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10347
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9173
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...
0
6863
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
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
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.