This question is locked. New answers and comments are not allowed.
i asked this question before but never got an answer, so i have supplied a bit more information, i have included a simple example project
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
/Grid/_OrdersForEmployeeHierarchyAjax/%3C%23%3dEmployeeID%23%3E
The <#= InvoiceId #> varable is not rendering correctly?
Anyone know why this would happen?
this by the way did work for me in the past, its really doing my head in.
Thanks
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
/Grid/_OrdersForEmployeeHierarchyAjax/%3C%23%3dEmployeeID%23%3E
The <#= InvoiceId #> varable is not rendering correctly?
Anyone know why this would happen?
this by the way did work for me in the past, its really doing my head in.
Thanks