Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 3rd, 2006, 07:01 AM
Authorized User
 
Join Date: Mar 2006
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to kalchev
Default How can I make that?

Hello,
I have to make a treeview dinamically taking the source from the database. So I made that but I would like to make the nodes to follow the urls - the treeview should be a kind of a sitemap too because the same database is used to fill gridview controls that are related one after another. For example may databes in short is like:

TABLE "MainProd" (
    "MainProdID" "int" --> this is PriKey
    "MnName" nvarchar (40) NOT NULL ,....
..........
        "Info" nvarchar (40) ...,
)

*-->"MainProd" (1 to infinity) "1MainProd"

Table "1MainProd"(
1MainProdID --> PriKey
1MainProdName
........
MainProdID ---> ForKey
)

*-->"1MainProd" (1 to infinity) "2MainProd"

Table "2MainProd"(
2MainProdID --> PriKey
2MainProdName
........
1MainProdID ---> ForKey
)

So is their any "trick" that I can make the nodes to follow a navigation url like: "theNameOfTheNode.aspx".

I'll really appreciate any help or advice.
Thank You!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Make 2 or 1 Muhammad Zeeshan SQL Server 2000 2 August 16th, 2007 01:10 PM
Can someone make this? JonathanRay C# 4 February 16th, 2007 08:57 AM
Can someone make this? JonathanRay C++ Programming 0 February 5th, 2007 10:40 PM
How to make a explorer in c#? gefferye C# 0 December 6th, 2005 08:27 AM
how to make a combobox? ashu_gupta75 Excel VBA 1 August 16th, 2004 02:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.