473,386 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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 2949
"Andy Mackie" <_@_> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
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******************@TK2MSFTNGP09.phx.gbl...
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****************@TK2MSFTNGP09.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****************@TK2MSFTNGP09.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****************@TK2MSFTNGP09.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
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...
3
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...
7
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...
1
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....
3
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...
1
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...
1
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...
0
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 :-))...
0
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...

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.