i suggest downloading and stealing the code from the asp.net starter kits
http://asp.net/downloads/starterkits....aspx?tabid=62
"Jonathan Wood" <> wrote in message
news:...
| 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!
|
| --
| Jonathan Wood
| SoftCircuits Programming
|
http://www.softcircuits.com
|
|