C138Kaysone
New Member
I have :\[code\]<ul> <form name="myform" action="Users" id="myform" method="post"> <li><a id="target" name="target" value='http://stackoverflow.com/questions/12722391/A' href="http://stackoverflow.com/questions/12722391/#">A</a></li> <li><a id="target" name="target" value='http://stackoverflow.com/questions/12722391/B' href="http://stackoverflow.com/questions/12722391/#">B</a></li> <li><a id="target" name="target" value='http://stackoverflow.com/questions/12722391/C' href="http://stackoverflow.com/questions/12722391/#">C</a></li> </form></ul>\[/code\]And in my controller I want to retrieve the value like this \[code\]Request.Form["target"]\[/code\].How can I, with a \[code\]<a>\[/code\] send my form with the \[code\]<a>\[/code\] value inside it ?Thanks a lot !