M
Morgan
hi everyone
i trying to select a sub-categorie difined like:
service
|_category
|_sub-category
|_the presentation
each of these are represented by a table in sql, and they identified by
their id.
sub-category know the id of his category
and category know the id of his service
so when i am trying to create detailsview, that represente a presentation,
owned by a sub-category, i would like to use 3 dropdownlist in order to
select the subcategory.
can someone tell me a way to do it ?
Morgan
i trying to select a sub-categorie difined like:
service
|_category
|_sub-category
|_the presentation
each of these are represented by a table in sql, and they identified by
their id.
sub-category know the id of his category
and category know the id of his service
so when i am trying to create detailsview, that represente a presentation,
owned by a sub-category, i would like to use 3 dropdownlist in order to
select the subcategory.
can someone tell me a way to do it ?
Morgan