tree grid?

  • Thread starter Thread starter Smokey Grindel
  • Start date Start date
S

Smokey Grindel

Is there a easy way to do this in ASP.NET 2.0 or example code out there to
do something similar? I want to have a phone book grid, with the users name,
then their phone details under it like this

User Name
+ Cell Phone | col 2 | col 3
+ Home Phone | col 2 | col 3
User Name 2
 
This detailed Microsoft article demostrates how you can dynamically
populate a TreeView with data:

http://msdn2.microsoft.com/en-us/library/ms379604(VS.80).aspx#treeview_topic11

Regards,

Bill Dekleris.

-----------------------------------------------------------------------------------------


- Store your code snippets, development hints, tips and tricks
- Create your own software development repository and knowledge base

http://www.infosnap.eu

InfoSnap · the powerful, all-purpose information and knowledge-base manager.
 
Back
Top