Results 1 to 3 of 3

Thread: Styled DataList

  1. #1

    Thread Starter
    Lively Member MedevH's Avatar
    Join Date
    Aug 2001
    Location
    Where I walk, I walk alone. Where I code, I code alone.
    Posts
    91

    Styled DataList

    I'm currently in the process of making a custom control that inherits from a Repeater object and exposes formatting attributes.

    I'm looking for what would be a proper way of building in the output options of the list such as textonly list or text with images list, or just for the heck of it images only thumbnail page

    I'm thinking along the lines of
    creating a baseList Class that builds itself from other classes
    such as listItem, formattedListItemCollection

    any ideas or direction where to look would be helpful
    MSDN is giving me some good directions and telling me things I've not known before but I still don't have a good solid plan on how pull this off
    There is no good or evil only CODE! ~MedevH~

  2. #2

    Thread Starter
    Lively Member MedevH's Avatar
    Join Date
    Aug 2001
    Location
    Where I walk, I walk alone. Where I code, I code alone.
    Posts
    91
    Oh COME ON!

    11 views and no one replies?

    is this something that is that complex...or basic?
    that know one wants to ever write about it...

    am I crazy for wanting to create my own controls for code or what?
    There is no good or evil only CODE! ~MedevH~

  3. #3
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    How about creating an enum with your different formatting options and exposing a property so the end user can choose which one to render.

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