I'd like to be able to turn rows of an html table into links to controllers. I figured something like
<td onclick="<%:Html.ActionLink("", "Index", new {id=item.user_id}) %>">
I'm using MVC 2
Thanks.
|
I'd like to be able to turn rows of an html table into links to controllers. I figured something like
I'm using MVC 2 Thanks.
| |||||
feedback
|
The In the snippet above, you're setting the EDIT: I also just realized that you were using the | |||||||||
feedback
|