Filter Recent Blog Posts by Category
Question
Aug 26, 2020
I am using a transformer to get a list of recent posts. I want to filter these posts by a category ID value that I can get from the route parameters. <%# Eval("BlogPostTitle", true) %> <%# IfEmpty(Eval("BlogPostTeaser"), " ", " "+GetImage("BlogPostTeaser", 250)+" ...