If anyone knows how to modify .Text so that the order the things appear in the CategoryList (on the right) I’d love to hear it. I got started on this little remodelling because I was trying to figure that out. I want to move Post Categories up below the Disclaimer and move Archives to the bottom…
Popular Posts
- Why Nobody Can Copy Apple
- Fragmentation Is Not The End of Android
- Paying Developers is A Bad Idea
- Don't Build APIs...
- STOP 0xC2 aka BAD_POOL_CALLER Blue Screen and bad memory
- Windows Phone is Superior; Why Hasn’t it Taken Off?
- A Mouse and Keyboard Don't Make a Hardware Company
- You are Thinking of Your Career Trajectory Wrong
- Retail Pricing, Markup, and Margins
- Businesses Buy Differently
- The Job Decision Matrix
- The 5 Ps: Achieving Focus in Any Endeavor
Search
Categories
RSS
If you look in PageTemplate.ascx in the Skins directory, under the skin you are using, you will see the various controls that are used, and what order they are in. Just play around with that for a while…
No, that’s not right. PageTemplate.ascx only specifies the header, main, left (right in my case), and footer cells. It is CategoryList.ascx that generates the contents of the right pane. It has a repeater named CatList using OnItemCreated="CategoryCreated" to generate the lists.