G
Guest
Hi everybody,
I've got a Button on a webform and I want an onClick event.
So normally this will be something like :
/// protected void onClickEvent(Object sender, EventArgs e)
But I want to pass an extra parameter when I click on the button.
How Can I do that?
In javascript, it's easy to create your own onclick functions because you
don't need the sender en eventargs objects.
thanks
Filip
I've got a Button on a webform and I want an onClick event.
So normally this will be something like :
/// protected void onClickEvent(Object sender, EventArgs e)
But I want to pass an extra parameter when I click on the button.
How Can I do that?
In javascript, it's easy to create your own onclick functions because you
don't need the sender en eventargs objects.
thanks
Filip