how to perform a click event in image button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sugunavathy
    New Member
    • Feb 2008
    • 2

    how to perform a click event in image button

    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.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    You could try using the clik event in the script or this article may help:
    Button.CommandA rgument Property

    Comment

    Working...