Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET 2.0 Tree Control and Navigation Controls - General Question

Reply
Thread Tools

ASP.NET 2.0 Tree Control and Navigation Controls - General Question

 
 
davidwank@gmail.com
Guest
Posts: n/a
 
      04-13-2006
Hi.

Why is it practical to have the ASP.NET navigation controls based on
XML? I would love to just use databinding and then be able to
dynamically update the navgiation menu (e.g. for a product list).

I tried to use a dropdownlist with hyperlinks for navigation (not the
main navigation -- a navigation subset) and even a listbox, but found
it very cumbersome.

The way I figure it now, is that I have to pull the data over from Sql
Server, convert it to XML, reformat into the appropriate nodes, and the
then populate the navigaiton control..

Is there an easier way to do this? What am I missing??

Thanks in advance!
-Ranginald

 
Reply With Quote
 
 
 
 
=?Utf-8?B?Y2xpY2tvbg==?=
Guest
Posts: n/a
 
      04-13-2006
This SQL Site Map data source
http://msdn.microsoft.com/msdnmag/is...02/WickedCode/

"" wrote:

> Hi.
>
> Why is it practical to have the ASP.NET navigation controls based on
> XML? I would love to just use databinding and then be able to
> dynamically update the navgiation menu (e.g. for a product list).
>
> I tried to use a dropdownlist with hyperlinks for navigation (not the
> main navigation -- a navigation subset) and even a listbox, but found
> it very cumbersome.
>
> The way I figure it now, is that I have to pull the data over from Sql
> Server, convert it to XML, reformat into the appropriate nodes, and the
> then populate the navigaiton control..
>
> Is there an easier way to do this? What am I missing??
>
> Thanks in advance!
> -Ranginald
>
>

 
Reply With Quote
 
 
 
 
Ranginald
Guest
Posts: n/a
 
      04-13-2006
Fantastic!
Thanks!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi, I want to implement a General Tree Data structure (Not Binary Tree ) which have more than 2 sub nodes? sharan C Programming 2 10-31-2007 02:58 AM
Hi, I want to implement a General Tree Data structure (Not Binary Tree ) which have more than 2 sub nodes? sharan C Programming 1 10-30-2007 11:01 PM
Hi, I want to implement a General Tree Data structure (Not Binary Tree ) which have more than 2 sub nodes? sharan C Programming 4 10-30-2007 08:21 PM
Looking for a tree input control (not navigation!) Matt Weaver ASP .Net Web Controls 3 12-08-2004 10:05 AM
B tree, B+ tree and B* tree Stub C Programming 3 11-12-2003 01:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57