|
-
Jun 1st, 2004, 10:31 PM
#1
Thread Starter
Lively Member
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~
-
Jun 2nd, 2004, 09:28 PM
#2
Thread Starter
Lively Member
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~
-
Jun 3rd, 2004, 10:28 AM
#3
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|