Hi,
Pls. keep in mind that while I've been doing web development a while, I'm pretty new to Asp.Net (Forms...learned a bit MVC).

I got a page on which I want to list categories (it's basically a FAQ thing) on the side, and either a list of items (links) or, if such item have been clicked, the actual article in the other part of the page.

I got the categories listed now (using a TreeViewControl) and was wondering which control (this controls are a bit confusing, since there's nothing like it in other web dev technologies) would be more suitable to either show a list of articles or the actual article itself when clicked?

Hope you guys here don't mind stupid newbie questions here. blush.