MSDN style treeview + splitter ? (2nd post)

  • Thread starter Thread starter Andy Mackie
  • Start date Start date
A

Andy Mackie

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
 
Andy Mackie said:
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.
 
Andy Mackie said:
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.
 
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
 
Back
Top