I have an app that will eventually contain data for the 50 states plus U.S.
possessions.  I am editing the code for each node which looks something
like:

<iewc:TreeNode ImageUrl="closed.gif" Text="*site*"
ExpandedImageUrl="open.gif">
  <iewc:TreeNode ImageUrl="book1.gif" 
                     Text="Information" 
                     ExpandedImageUrl="book2.gif">
  <iewc:TreeNode NavigateUrl="info.asp?id=1" 
                     ImageUrl="doc.gif" 
                     Text="General" 
                     Target="main">
  </iewc:TreeNode>
</iewc:TreeNode>

Anyway... I want to be able to build the tree using the SQL database so that
a node is created for each record in the database and the code is build
dynamically so that "info.asp?id=1" is generated for each record ID.

Thanks.


--
Dwacon
www.dwacon.com

____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to