Discussions

Tag Filter:
Hi Xmod pros, I know that I can place limits on the number of items returned to a template by using SQL constructs such as SELECT TOP 30, etc. As I mostly use stored procedures as the data source for my templates, I end up needing to pass a parameter to control how many rows would be returned when I need to limit them. I've used the URL query string parameters to set that value, and also used Modu