Post an a href value to controller in asp.net mvc
Posted
by Fraz Sundal
on Stack Overflow
See other posts from Stack Overflow
or by Fraz Sundal
Published on 2010-06-12T09:29:11Z
Indexed on
2010/06/12
9:32 UTC
Read the original article
Hit count: 337
ASP.NET
|asp.net-mvc
I want to send the id value of tag to controller when user click on any link.
TempString1.Append("<li><a id="+aa[i].int_FeatureId+" href=../" + aa[i].Feature.vcr_LinkName + ">" + aa[i].Feature.vcr_FeaturesName + "</a></li>");
© Stack Overflow or respective owner