473,657 Members | 2,634 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MSDN style treeview + splitter ? (2nd post)

No reply in webcontrols newsgroup - does anyone here have suggestions on how
to do an MSDN library style of page using ASP.NET webforms ?

On the left I want a treeview, separated with a splitter from result grids
on right. I've downloaded and installed the IE WebControls which contain a
treeview. My initial thoughts were that I need some form of frames, but are
frames something of a no-go with ASP.NET ?

Any suggestions on how to do this ?

Thanks,
Andy Mackie
Nov 18 '05 #1
5 2963
"Andy Mackie" <_@_> wrote in message
news:%2******** **********@TK2M SFTNGP09.phx.gb l...
No reply in webcontrols newsgroup - does anyone here have suggestions on how to do an MSDN library style of page using ASP.NET webforms ?

On the left I want a treeview, separated with a splitter from result grids
on right. I've downloaded and installed the IE WebControls which contain a
treeview. My initial thoughts were that I need some form of frames, but are frames something of a no-go with ASP.NET ?


Looks like framesets & frames is the only real way to do this.

Andy Mackie.
Nov 18 '05 #2
Something like http://www.Eztree-msdn.com ?

"Andy Mackie" <_@_> a écrit dans le message de news:
#8************* *@TK2MSFTNGP09. phx.gbl...
"Andy Mackie" <_@_> wrote in message
news:%2******** **********@TK2M SFTNGP09.phx.gb l...
No reply in webcontrols newsgroup - does anyone here have suggestions on

how
to do an MSDN library style of page using ASP.NET webforms ?

On the left I want a treeview, separated with a splitter from result grids on right. I've downloaded and installed the IE WebControls which contain a treeview. My initial thoughts were that I need some form of frames, but

are
frames something of a no-go with ASP.NET ?


Looks like framesets & frames is the only real way to do this.

Andy Mackie.

Nov 18 '05 #3
"Andy Mackie" <_@_> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Looks like framesets & frames is the only real way to do this.


FWIW, using the IE webcontrol treeview, framesets + frames seems to work.
The trick to passing data from the treeview frame to the main frame was when
adding nodes to the treeview, to set the Target property of the node to the
name of the main frame, and set the NavigateURL property to hold the data to
pass over.

Andy Mackie.
Nov 18 '05 #4
Can U tell me what you think of my www.eztree-msdn.com web site ?

There is about 400 000 records in the tree...

What about performences ?

Suggestions are welcome...

Thanks..

LJ
"Andy Mackie" <_@_> a écrit dans le message de news:
#Q************* *@tk2msftngp13. phx.gbl...
"Andy Mackie" <_@_> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Looks like framesets & frames is the only real way to do this.
FWIW, using the IE webcontrol treeview, framesets + frames seems to work.
The trick to passing data from the treeview frame to the main frame was

when adding nodes to the treeview, to set the Target property of the node to the name of the main frame, and set the NavigateURL property to hold the data to pass over.

Andy Mackie.

Nov 18 '05 #5
It doesn't seem to work in Opera or Netscape...

-- Mark

Laurent Jordi wrote:
Can U tell me what you think of my www.eztree-msdn.com web site ?

There is about 400 000 records in the tree...

What about performences ?

Suggestions are welcome...

Thanks..

LJ
"Andy Mackie" <_@_> a écrit dans le message de news:
#Q************* *@tk2msftngp13. phx.gbl...
"Andy Mackie" <_@_> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Looks like framesets & frames is the only real way to do this.


FWIW, using the IE webcontrol treeview, framesets + frames seems to
work. The trick to passing data from the treeview frame to the main
frame was when adding nodes to the treeview, to set the Target
property of the node to the name of the main frame, and set the
NavigateURL property to hold the data to pass over.

Andy Mackie.

Nov 18 '05 #6

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

Similar topics

0
1268
by: Mark Keats | last post by:
Hi, Does anyone know where you can get an MSDN style Visio Stencil? I know that Visio 2003 has a lot of stencils but I can't seem to find one for a WebService. If you have a look at the FotoVision app on MSDN the diagram has the webservice triangle icon but I can't find this in my Visio 2003. Any help would be great!
3
2333
by: Eitan | last post by:
Hello, I want to emphasize a point for my prior posts : How can I trap a message in ASP (not dotnet), to a specific label. (I know : on error goto my_label ... but this does not work in ASP pages) Thanks :)
7
5072
by: matthew_carver | last post by:
Hello, I have an ASP page that loops through a SQL Server 2000 table, then downloads an Excel sheet the users can save, etc. Works fine, except, I see that in one particular "comments" field the Excel sheet returns a #VALUE! error in the cell when there is a large amount of text. I've looked through the MSKB, MSDN and many ng posts to see if there is a workaround or solution to this, including looking at the xlWorksheet properties. Is...
1
271
by: John | last post by:
Hi all, I've posted this before but received no answers and it is an issue . . . One of my pages is using a treeview webcontrol. I load the treeview with data which only has two levels (i.e. parents and their children). My question is how can I code the treeview so only once a user has clicked on one of the children, a postback is performed and the relevant SelectedIndexChange event is fired server-side?
3
2217
by: Richard | last post by:
Tabbing from the first control on a form always sends me to IE's Address Bar instead of the next control, no matter how I set the TabIndex property for the controls. Why is this happening? For example, I have a simple login screen with 2 textboxes (Login ID and Password) and 2 buttons (Login and Cancel). I've set the TabIndex Property of each control, starting at 0. When I enter a login id and then press Tab, the focus goes to IE's...
1
3472
by: Richard | last post by:
I've read the posts here and VeriSign's KB articles, which pertain to the seal not displaying in development mode. However, the seal still won't show up on the .aspx production page, but it does work fine on our other .htm pages! Talk about frustrating. Here is the script (I put it in a table cell which is outside the default form--should it be within the form? Within the table cell I've tried putting it inside a DIV tag, and that didn't...
1
2292
by: BELIUS | last post by:
Hi all, I am implementing a "Print this Page" function in my ASP.NET application. This function should print a part of the page and I would like to use an MSDN Style "Print this Page". I'm going to explain what I would like to do. Clicking on the print button I would like to show immediately the print dialog without open a new window with the text formatted for printing.
0
1824
by: Saverio Tedeschi | last post by:
Hi all gurus, forgive me if I submit a 2nd post, but I'm no more able to see my question. So: I wrote an Win app with embedded FTP client (well, made some cut and paste from others' projects :-)) to receive and send files from within the app itself. Now the server I connect to (IIS 5, W2K Svr+SP4) from 1st Jan on will allow just http/https connection, so I can no longer use FTP. I've thought to use System.Net.WebClient class and...
0
1088
by: gerry.brennan | last post by:
Hi I have a treeview and i can add and remove nodes which are linked to a database table. I want to add this treeview to a panel. When I press a button I want to execute a member function which belongs to the treeview. MY problem -Ho can I access aparticular panel control function ?
0
8407
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
8612
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
7347
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
6175
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
5638
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
4171
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...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2739
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
1732
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.