S
Sam Martin
hi,
I'm making a custom control that is rendered implementing the
IPostBackEventHandler interface, and have got it working fine for a single
submit button, but how do i pass arguments from the HTML page back to the
server, e.g. identify which button has been pressed.
At the moment i can only cause a postback by using a submit button, are
there any other ways? - i.e. can a do a manual javascript,
document.forms[0].submit() ?
Any help / pointer welcome
TIA
Sam Martin
I'm making a custom control that is rendered implementing the
IPostBackEventHandler interface, and have got it working fine for a single
submit button, but how do i pass arguments from the HTML page back to the
server, e.g. identify which button has been pressed.
At the moment i can only cause a postback by using a submit button, are
there any other ways? - i.e. can a do a manual javascript,
document.forms[0].submit() ?
Any help / pointer welcome
TIA
Sam Martin