Discussions

Tag Filter:
Got my self all balled up with this one: Correct: <xmod:EditLink Text="Edit"> <Parameter Name="Class_Id" Value='[[Class_Id]]' /> </xmod:EditLink> Incorrect: <xmod:EditLink Text="Edit"> <Parameter Name="Class_Id" Value="[[Class_Id]]" /> </xmod:EditLink> When using Quotes, the proper Value parameter is not passed to the Edit form, but with Apostrophes it works fine.
Hi there! I've successfully used MyTokens to place token values within content in the ItemTemplate area. When I'm trying to use one to set the value of a Parameter for the ListDataSource stored procedure, however, I get a data conversion error: Here's what I'm trying: <%@ Register TagPrefix="MyTokens" Namespace="avt.MyTokens.Core" Assembly="avt.MyTokens.Core" %> <xmod:template UsePaging="
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