S
Shapper
Hello,
I have 2 Asp:ImageButton in my .aspx file and I have the function "Run"
in m .aspx.vb file. I need to run this function when one of the
ImageButtons is pressed but I need to know which one was pressed.
How can I do this?
I was trying with commandname and oncommand properties of
ASP:ImageButton but I was not able to make this work.
Can someone tell me how the code line would look in an ImageButton and
in my function:
Sub Run(???) ???
....
Thank You,
Miguel
I have 2 Asp:ImageButton in my .aspx file and I have the function "Run"
in m .aspx.vb file. I need to run this function when one of the
ImageButtons is pressed but I need to know which one was pressed.
How can I do this?
I was trying with commandname and oncommand properties of
ASP:ImageButton but I was not able to make this work.
Can someone tell me how the code line would look in an ImageButton and
in my function:
Sub Run(???) ???
....
Thank You,
Miguel