473,394 Members | 1,797 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,394 software developers and data experts.

Recreate msdn drill down look and feel

Any suggestions or documentation links on how to recreate the look and feel
of the MSDN website with the drill down menus on the left? We have some
intranet applications that we can restrict to the latest versions of
Internet Explorer which I'm assuming should help.

Thanks in advance.

Mark
Nov 18 '05 #1
2 1307
get the free treeview control from www.asp.net

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
----------------------------------------------------------------------------
------------------------------------
<blatant plug>
Professional .NET for Java Developers with C#- ISBN: 1-861007-91-4
Professional Windows Forms - ISBN: 1861005547
Professional JSP 2nd Edition - ISBN: 1861004958
Professional JSP - ISBN:
1861003625
Beginning JSP Web Development - ISBN: 1861002092
</blatant plug>
----------------------------------------------------------------------------
------------------------------------

"Mark" <mf****@idonotlikespam.cce.umn.edu> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Any suggestions or documentation links on how to recreate the look and feel of the MSDN website with the drill down menus on the left? We have some
intranet applications that we can restrict to the latest versions of
Internet Explorer which I'm assuming should help.

Thanks in advance.

Mark

Nov 18 '05 #2
Such tree controls work very well when you have small numbers of nodes in
your tree. However, this model begins to break down as the number of nodes
becomes very large - the rendering time of the DHTML quickly gets
unreasonable. What they do on MSDN utilizes behaviors and XML files, but you
can do the same with a script that isn't implemented as a behavior (which
gives you some cross browser options, if you want to support
Netscape/Mozilla in the future) and web services. You can create scripts
that respond to mouse events if the node is a branch, make an HTTP request
to get the contents of the child nodes, and then inject the innerHTML into
your page. It really depends on exactly how scalable you need the tree to
be.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"John Timney (Microsoft MVP)" <ti*****@despammed.com> wrote in message
news:ed******************@TK2MSFTNGP12.phx.gbl...
get the free treeview control from www.asp.net

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
----------------------------------------------------------------------------
------------------------------------
<blatant plug>
Professional .NET for Java Developers with C#- ISBN: 1-861007-91-4
Professional Windows Forms - ISBN: 1861005547
Professional JSP 2nd Edition - ISBN:
1861004958
Professional JSP - ISBN:
1861003625
Beginning JSP Web Development - ISBN: 1861002092
</blatant plug>
----------------------------------------------------------------------------
------------------------------------

"Mark" <mf****@idonotlikespam.cce.umn.edu> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Any suggestions or documentation links on how to recreate the look and

feel
of the MSDN website with the drill down menus on the left? We have some
intranet applications that we can restrict to the latest versions of
Internet Explorer which I'm assuming should help.

Thanks in advance.

Mark


Nov 18 '05 #3

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

Similar topics

13
by: deepakp | last post by:
Hello, I need to display a summary report as an table, giving the user ability to drilldown on a selected row by clicking on a '+' icon. After viewing drilldown of a particular row, user should...
15
by: deepakp | last post by:
Hello, I need to display a summary report as an table, giving the user ability to drilldown on a selected row by clicking on a '+' icon. After viewing drilldown of a particular row, user should...
0
by: kevinsaucier | last post by:
Hello all, I'm sure this has been asked a bunch of times, but I am just not finding the answers that I am looking for. We have developed an application that we plan to market. The app is...
3
by: Naseem | last post by:
I am using CR in ASP.NET , I am able to show drill down graphs where grouping is done on single column from result set of sql query, is it possible to achieve drill down by grouping on multiple...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
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...
0
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...

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.