Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
29 Points
22 Posts
Feb 24, 2012 08:03 PM|LINK
Hi All,
I don't understand why it isn't working with the above code. I solved it in another way.
This is the code:
<script type="text/javascript"> function navigate(id) { var navigateurl = '@Url.Action("FurnitureDetails", "Furniture")'; var data = { "furnitureId": id }; navigateurl = navigateurl + '?' + $.param(data); window.location = navigateurl; } </script>
I also like to know how I can get it working with the above code. So if anyone has an idea.
I want to thank especially Andrei for the help.
Regards,
Stefan
sverheggen
Member
29 Points
22 Posts
Re: ActionLink on total TD
Feb 24, 2012 08:03 PM|LINK
Hi All,
I don't understand why it isn't working with the above code. I solved it in another way.
This is the code:
<script type="text/javascript"> function navigate(id) { var navigateurl = '@Url.Action("FurnitureDetails", "Furniture")'; var data = { "furnitureId": id }; navigateurl = navigateurl + '?' + $.param(data); window.location = navigateurl; } </script>I also like to know how I can get it working with the above code. So if anyone has an idea.
I want to thank especially Andrei for the help.
Regards,
Stefan