473,624 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Internet Web Controls: Treeview

I have installed Internet Web Controls locally in my machine, and in our
server.
I also added them into the toolbox tab in my Visual Interdev and on design
layout, I can see the treeview object appears, but not when I run the page
from Internet Explorer (means page is accessed in our server).

Any ideas how to make this treeview recognized in the server?

Thanks in advance,

- Danny
Nov 18 '05 #1
4 1367
error?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Danny" <da******@NoSPA Mmyrealbox.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have installed Internet Web Controls locally in my machine, and in our
server.
I also added them into the toolbox tab in my Visual Interdev and on design
layout, I can see the treeview object appears, but not when I run the page
from Internet Explorer (means page is accessed in our server).

Any ideas how to make this treeview recognized in the server?

Thanks in advance,

- Danny

Nov 18 '05 #2
There's no error message at all Curt.
It just shows the node text I put in the treeview, and the treeview its self
is not showing up.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
error?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Danny" <da******@NoSPA Mmyrealbox.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have installed Internet Web Controls locally in my machine, and in our
server.
I also added them into the toolbox tab in my Visual Interdev and on design layout, I can see the treeview object appears, but not when I run the page from Internet Explorer (means page is accessed in our server).

Any ideas how to make this treeview recognized in the server?

Thanks in advance,

- Danny


Nov 18 '05 #3
Dan
Ah, I think I went through this as well.

The installation instructions are a bit incomplete and it took me a while to
figure it out.

First, You need to (or at least I had to) modify the build.bat file and put
the appropriate path in front of "csc.exe", otherwise the
Microsoft.Web.U I.WebControls.d ll will not be built. The path is something
like "C:\WINDOWS\Mic rosoft.NET\Fram ework\vXXXX\", depending on what version
of the framework you are using.

When you run this batch file it will create the dll and place it the build
directory.

After you run the modified batch file use this command:

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

You may need to change the c:\Inetpub\wwwr oot if your root is somewhere
else.

This will create a webctrl_client folder in your wwwroot.

Then copy the dll that was created from the batch file to the bin directory
of whatever sites you want to have treeviews.

In the Visual Studio IDE, customize your toolbox and select the dll.

Drag and drop appropriate control onto your web form.

Hope that helps,
Dan


"Danny" <da******@NoSPA Mmyrealbox.com> wrote in message
news:uK******** *****@TK2MSFTNG P12.phx.gbl...
There's no error message at all Curt.
It just shows the node text I put in the treeview, and the treeview its self is not showing up.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
error?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Danny" <da******@NoSPA Mmyrealbox.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have installed Internet Web Controls locally in my machine, and in our server.
I also added them into the toolbox tab in my Visual Interdev and on design layout, I can see the treeview object appears, but not when I run the page from Internet Explorer (means page is accessed in our server).

Any ideas how to make this treeview recognized in the server?

Thanks in advance,

- Danny



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.562 / Virus Database: 354 - Release Date: 1/16/2004
Nov 18 '05 #4
Thanks Dan,

I did each steps you explained, but once I selected the dll in my Visual
Studio IDE, I got this error message:

Insufficient State to deserialize the object. More information is needed.

Any ideas what caused this?


"Dan" <dh******@somew here.com> wrote in message
news:Of******** ******@tk2msftn gp13.phx.gbl...
Ah, I think I went through this as well.

The installation instructions are a bit incomplete and it took me a while to figure it out.

First, You need to (or at least I had to) modify the build.bat file and put the appropriate path in front of "csc.exe", otherwise the
Microsoft.Web.U I.WebControls.d ll will not be built. The path is something
like "C:\WINDOWS\Mic rosoft.NET\Fram ework\vXXXX\", depending on what version of the framework you are using.

When you run this batch file it will create the dll and place it the build
directory.

After you run the modified batch file use this command:

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

You may need to change the c:\Inetpub\wwwr oot if your root is somewhere
else.

This will create a webctrl_client folder in your wwwroot.

Then copy the dll that was created from the batch file to the bin directory of whatever sites you want to have treeviews.

In the Visual Studio IDE, customize your toolbox and select the dll.

Drag and drop appropriate control onto your web form.

Hope that helps,
Dan


"Danny" <da******@NoSPA Mmyrealbox.com> wrote in message
news:uK******** *****@TK2MSFTNG P12.phx.gbl...
There's no error message at all Curt.
It just shows the node text I put in the treeview, and the treeview its

self
is not showing up.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
error?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Danny" <da******@NoSPA Mmyrealbox.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
> I have installed Internet Web Controls locally in my machine, and in our > server.
> I also added them into the toolbox tab in my Visual Interdev and on

design
> layout, I can see the treeview object appears, but not when I run
the page
> from Internet Explorer (means page is accessed in our server).
>
> Any ideas how to make this treeview recognized in the server?
>
> Thanks in advance,
>
> - Danny
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.562 / Virus Database: 354 - Release Date: 1/16/2004


Nov 18 '05 #5

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

Similar topics

1
4477
by: Oliver | last post by:
I have seen mention of TreeView controls in other threads, but cannot find information about these in the Online Help. I feel that I might be missing out on some useful functionality. How can I access this (and any other) extra controls, and how can I learn about them? I use Access 2000 and Access 97. Thank you, Oliver
0
1006
by: Steve Teeples | last post by:
Hi. Can someone tell me the proper way to communicate between controls on a form? I have two TreeView controls (each on a separate panel). I'd like to copy a node (by double clicking the mouse) from the source treeview to the target treeview. I have a class that handles all the events of the source treeview control. Currently, I am passing a structure into this class which contains a reference to each treeview on the form. This seems...
2
7371
by: SpotNet | last post by:
Hello NewsGroup, I have a MDIParent form with a docked left treeview control, a splitter control and a generic docked control on the right. Kind of looks like Windows Explorer, though it's functionality is quite different. I have a function where an MDIChild is activated, well attempted to do so. When I call the MDIChild form, I get the form caption (on the MDIParent) of the MDIChild and its' control menus but the client area still has...
1
999
by: Juan | last post by:
Hi everyone, I have a web application that has a treeview in several pages. It works perfectly in the Intranet, but when we tried to make the application available through the Internet, the tree views don´t show. I´ve read there seems to be some kind of problem with treeviews and the Internet. Does anyone know how to solve this?
1
1370
by: Ronen | last post by:
Hi, Does anyone experienced memory leak in Iexplore.exe when use treeview (MS IE Controls? I'm have tested this with a simple web page with a few tree nodes generated on the server. Then I added a setTimeout that postback the page every 2 seconds, I checked the VM size of the IExplorer.exe and found out that it constantly increases
4
1930
by: dreamamit2001 | last post by:
Hi, I would like to know the ASP.NET2.0's(Controls, Menubar, Validations, Object Data Souce Controls, Treeview Control) compatibility with IE5.0 browser on Mac OS. If I don't use Client side Vbscript and Activex control, will the site developed in Asp.net2.0 work fine on IE5.0 Mac Os? Any body who has viewed the working of ASP.NET2.0 with rich controls
4
8104
by: =?Utf-8?B?U2hhbmU=?= | last post by:
Hi all, Is it possible to add controls like buttons, textboxes etc to treeview nodes like this link: http://webui30.componentart.com/treeview/features/nesting_aspnetContent/WebForm1.aspx The nesting asp.net components example. ..........................or do I have to buy this component to do it. :-)
4
1906
by: Wayne | last post by:
What is the general consensus on active x controls like the treeview control? Are they worth the trouble or should I steer clear of them?
1
4282
by: Bill Woodruff | last post by:
Visual Studio 2005, .NET FrameWork 2.0, C#, WinForms Application Hi, I've read the recent posts by and to 'Thunderbird' (and learned a lot, thanks, from the usual masters Skeet and Paladino, and others) which involve AppDomains in a remoting scenario, but I think the issue I am working with .... while related ... is sufficiently different to warrant a new thread. I'm also working on a plug-in architecture it's for a WinForms based
0
8234
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
8172
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,...
1
8335
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
8474
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
5563
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
4079
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
2605
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
1
1784
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1482
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.