This question is locked. New answers and comments are not allowed.
When using a varable in databinding such as is done in the demo like this
.Select("_OrdersForEmployeeHierarchyAjax", "Grid", new { employeeID = "<#= EmployeeID #>" }))
my url comes out like
/franchisees/order/GetJournals/%3C%23%3dInvoiceId%23%3E
The <#= InvoiceId #> varable is not rendering correctly?
Anyone know why this would happen?
.Select("_OrdersForEmployeeHierarchyAjax", "Grid", new { employeeID = "<#= EmployeeID #>" }))
my url comes out like
/franchisees/order/GetJournals/%3C%23%3dInvoiceId%23%3E
The <#= InvoiceId #> varable is not rendering correctly?
Anyone know why this would happen?