I am trying to understand how to pass parameters from an xmod:EditButton to a Control Data Source in an Edit form. I have tried numerous tokens on the EditForm but no luck. Any help is appreciated. Template Button: <xmod:EditButton Text="Edit" CssClass="btn btn-success btn-xs"> <Parameter Name="ContractId" Value='[[ContractId]]' /> <Parameter Name="SiteId" DataType"int32" Value='[[SiteId]]' /> <