Click to See Complete Forum and Search --> : Parameters for imagebutton onclick event?


adrenaline
May 22nd, 2006, 06:47 AM
Hi,

I am a newbie and I am wondering if function parameters are allowed for onclick event of the imagebutton control.

Eg:
<asp:ImageButton ... OnClick = "UploadBottomView(some parameters)" />

Is this possible??

Thanks in advance.

Regards
Ad

HairyMonkeyMan
May 22nd, 2006, 07:22 AM
You can put some data into the CommandArgument parameter of the imagebutton.

HTH ;)