J
Jonathan Wood
I'm new to C# and ASP.NET, and wondered if anyone could give me some
pointers on this.
I want a serious of boxes on the left side of my master page. Each box will
display a graphic image followed by any number of links. Each box needs to
correspond to a category in a database. So the number of boxes is not known
in advance.
In addition, the links displayed in each box will be the items in that
category. So the number of links is not known in advance. I'd also like to
display a little message when there are no links for that category.
Does this seem a reasonably efficient way to approach this?
Any tips or code snippets?
Thanks!
pointers on this.
I want a serious of boxes on the left side of my master page. Each box will
display a graphic image followed by any number of links. Each box needs to
correspond to a category in a database. So the number of boxes is not known
in advance.
In addition, the links displayed in each box will be the items in that
category. So the number of links is not known in advance. I'd also like to
display a little message when there are no links for that category.
Does this seem a reasonably efficient way to approach this?
Any tips or code snippets?
Thanks!