New article - creating a custom repeater with custom caching and sorting..
A recent requirement was to create a web-page that sorted ascending then descending based on the last sort per column. I could have extended a datagrid to do my bidding but I ended up creating my own system due to some logic that needed applying to one of the columns (If conditionA then bgColor=Red).
That kind of logic was easy enough to accomplish in classic asp but I found it difficult to do to with a datagrid.
The article is here - any feedback appreciated and will of course be incorporated.
Also, if you can tell me how to navigate to my articles, I'd be very grateful lol!