Results 1 to 2 of 2

Thread: Advice on which control better to list / show articles.

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2011
    Posts
    1

    Advice on which control better to list / show articles.

    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.

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Advice on which control better to list / show articles.

    Hello,

    There are a number of DataBound controls in ASP.Net that you can use to create a list of items, such as the DataList and the GridView, but probably the most flexible is the Repeater, and in my opinion, this would be a good fit for what you are trying to do.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width