Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
12 Points
6 Posts
May 19, 2008 08:41 PM|LINK
I would suggest using something like this:
<a href="<%=Url.Action("Delete","Delete") %>" class="Delete">Delete</a>
I personally use the lambas but this is very clean and easy to understand where code ends and markup begins :)
Jabo4
Member
12 Points
6 Posts
Re: JQuery Confirmation on click of ActionLink
May 19, 2008 08:41 PM|LINK
I would suggest using something like this:
<a href="<%=Url.Action("Delete","Delete") %>" class="Delete">Delete</a>I personally use the lambas but this is very clean and easy to understand where code ends and markup begins :)