This question is locked. New answers and comments are not allowed.
Hi All!!
I want to have a column in a Grid to call one action link . I create it using the Template following the code in the tutorial
the code is.
When I run the application I get the error:
"CS1525: Invalid expression term ')'"
showing the "{" caracter after (o => .
Any idea about what I'm missing ???.
Thanks
Maria
I want to have a column in a Grid to call one action link . I create it using the Template following the code in the tutorial
the code is.
columnas.Template(o => { %> <%=Html.ActionLink("Texto","Prueba","Peticion",new{ id= o.PeticionID }) %> <% }).Title("Prueba");When I run the application I get the error:
"CS1525: Invalid expression term ')'"
showing the "{" caracter after (o => .
Any idea about what I'm missing ???.
Thanks
Maria