Hi i am using a grid view control the structure of which is as mentioned below.
in the link button i want to send the command argument as parameter to the javascript function..
i tried to assingn the following lines of code to do this...in aspx
onClientClick="PlayFile( ' this.commandArgument ' );"
but in the function its showing that its undefined..is there any way of passing this....we can send id that i know but is this really possible...
<asp:GridView ID="gvCart" HeaderStyle-CssClass="gvHeader ...
Go to the complete details ...