hi,
<asp:ImageButto n ID="Image1" runat="server" ImageUrl='<%# Eval("filename" )%>' CommandArgument ='<%# Eval("no")%>' Width="150px"/></div>
how to get commandArgument in c# coding.
because i want to do some opertion.so if u want to know the result replay to me.
<asp:ImageButto n ID="Image1" runat="server" ImageUrl='<%# Eval("filename" )%>' CommandArgument ='<%# Eval("no")%>' Width="150px"/></div>
how to get commandArgument in c# coding.
because i want to do some opertion.so if u want to know the result replay to me.
Comment