Getting the value from asp:LinkButton's CommandArgument attribute using jquery/javascript
- by LobalOrning
I need to get the value of the CommandArgument attribute of a LinkButton, in an asp:Repeater.
I have an asp:Repeater with 2 LinkButtons whose CommandArgument I set to a value:
<ItemTemplate>
<tr class="odd">
<td><%#DataBinder.Eval(Container.DataItem,…