Would be grateful if any help with syntax trying to pass a variable price value to a shopping cart check out where the price value is a variable based on distance.
All fine when using a fixed integer, problem when trying to name the price value from the Gridview.
Any help appreciated.
All fine when using a fixed integer, problem when trying to name the price value from the Gridview.
Code:
NavigateUrl="[URL unfurl="true"]http://someplace.com/cf/add.cfm?userid=xxxxxxxx&product=someproduct;price='<%#DataBinder.Eval(Container.DataItem,'DistanceFromAddress')%>'&units=1&return=www.ephysioassociates/Default.aspx">HyperLink</asp:HyperLink>[/URL]
Any help appreciated.