BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<script type="text/x-jsrender" id="columnTemplate">
<a rel='nofollow' href="@Url.Action("Index","Home", new { OrderID ="OrderID" })" id="{{:OrderID}}" onclick='check({{:OrderID}})'>{{:OrderID}}</a>
</script>
[click event]
function check(val) {
//here we can assign the corresponding primarykey value as additional parameter
$("#" + val).attr("rel='nofollow' href", "/?OrderID=" + val);
} |
Hi Venkatesh Ayothiraman
Thanks for the support, the solution workable for me.