Ask a Question related to ASP.NET General, Design and Development.
-
Adhik #1
Tree Control display in ASP.Net
Hi,
I have to create tree type display for all Product Categories. My structure
of DB is like
e.g..
CategoryId ParentCategoryId Category
1 0 Men's Ware
2 1 Full Shirts
3 1 Half Shirts
4 2 Formals
5 4 Cotton
6 4 Wool
7 3 Formals
8 7 Fabric
Here is the display
- Mean' Ware
- Full Shirts
- Formals
- Cotton
**** Actual Products will be here.....***
+ Wool
- Half Shirts
- Formals
+ Fabric
Here all topmost categories have ParentCategoryId = 0, these are displayed
at top(first)
Then I have show drill down tree for each category, showing its sub
categories.
How can I achieve using ASP.Net using VB.
Thanks in Advance
Adhik
Adhik Guest
-
Display Tree
Hi, I am using Remoteobject to get data from cfc. I don't have any problem displaying the results of query in datagrid. I want to display the... -
Tree View Control and User Control
I created a web form, created a treeview, its parent and child nodes and it works fine. I re-created the treeview as a user control, dumped the... -
Odd web control problem. Two instances of control A on different pages display each other's data!
I am currently using the ScottWatter (or ScottWater) Amazon Book Control in a website I am developing. Basically this is the outline: - It is a... -
Can tree component V2 display chinese?
Hi all Does anyone know how to get the tree component version 2 to display chinese or other non european languages. So far my tree can display... -
Display tree graphically - any classes/algorithm?
Hi, I am looking for a class to display trees graphically (SVG, Gdlib, whatever). It should look somehowlike this java driven example: ...



Reply With Quote

