Home All Groups Group Topic Archive Search About
Author
21 Jul 2005 8:51 PM
sameer
Hi,

My ASP.NET web application has a menu on the left side of the page which
would show a list of all the categories. It is done using a web control(ascx)
which uses a datalist control which pulls the list of categories from the
database and shows it to the users.

but now that i have several sub categories beneath category, this is how i
want the menubar to look like.
  1. there shodl be an image right before the Category ( like a Dot or a
small square)
  2. when the user clicks on the caetgory only then i want to show it's
subcategories
  3. i want these subcategories to be a little indented towards the right(
so that it is obviouss that these are subcategories)
  4. I would want to have a image ( like an arrow) right before the
subcategories
  5. i want the font and text size of these subcategories to be different.

btw i check out the skmenu( if i am not wrong ) and it shows the
subcategoies but it does not show the subcategories the way i described above.

ALso i want this to be all in .Net

Please suggest.

thanks
Sameer

Author
22 Jul 2005 5:58 AM
Yahoo
Well, i wont code it for you. But
http://www.123aspx.com/Directory.aspx?dir=317. I personally like
flytreeview's and componentOne's.

Joe
MCAD
SRE (Simple Rule Engine)
https://sourceforge.net/projects/sdsre/


Show quoteHide quote
"sameer" <sam***@discussions.microsoft.com> wrote in message
news:933B2D67-DA8C-4D6F-A9ED-4B757877FCF5@microsoft.com...
> Hi,
>
> My ASP.NET web application has a menu on the left side of the page which
> would show a list of all the categories. It is done using a web
> control(ascx)
> which uses a datalist control which pulls the list of categories from the
> database and shows it to the users.
>
> but now that i have several sub categories beneath category, this is how i
> want the menubar to look like.
>  1. there shodl be an image right before the Category ( like a Dot or a
> small square)
>  2. when the user clicks on the caetgory only then i want to show it's
> subcategories
>  3. i want these subcategories to be a little indented towards the right(
> so that it is obviouss that these are subcategories)
>  4. I would want to have a image ( like an arrow) right before the
> subcategories
>  5. i want the font and text size of these subcategories to be different.
>
> btw i check out the skmenu( if i am not wrong ) and it shows the
> subcategoies but it does not show the subcategories the way i described
> above.
>
> ALso i want this to be all in .Net
>
> Please suggest.
>
> thanks
> Sameer
>
Author
22 Jul 2005 5:58 PM
vMike
Show quote Hide quote
"sameer" <sam***@discussions.microsoft.com> wrote in message
news:933B2D67-DA8C-4D6F-A9ED-4B757877FCF5@microsoft.com...
> Hi,
>
> My ASP.NET web application has a menu on the left side of the page which
> would show a list of all the categories. It is done using a web
control(ascx)
> which uses a datalist control which pulls the list of categories from the
> database and shows it to the users.
>
> but now that i have several sub categories beneath category, this is how i
> want the menubar to look like.
>   1. there shodl be an image right before the Category ( like a Dot or a
> small square)
>   2. when the user clicks on the caetgory only then i want to show it's
> subcategories
>   3. i want these subcategories to be a little indented towards the right(
> so that it is obviouss that these are subcategories)
>   4. I would want to have a image ( like an arrow) right before the
> subcategories
>   5. i want the font and text size of these subcategories to be different.
>
> btw i check out the skmenu( if i am not wrong ) and it shows the
> subcategoies but it does not show the subcategories the way i described
above.
>
> ALso i want this to be all in .Net
>
> Please suggest.
>
> thanks
> Sameer
>

You might take a look at www.obout.com also.
Mike