M
Mr Newbie
I still have a few questions here. Ive been following some examples in a
Microsoft Press book on this and have produced a small calculator control
which I have written most of the code for.
My quandy relates to the Postback.
I have rendered my buttons with OnClick="Javascript:" &
Page.GetPostBackEventReference(ControID) which when rendered does a
_doPostback('ControlID,'') javascript call and post the page back.
The event handlers for the click events on these buttons fire and in turn
raise a control event to tell the containing page that the event has fired
and for this I pass a derived EventArgs which carries the Button ID and
value etc in order to communicate this information.
My Question is mainly centred aournd the IPostBackEventHandler. I have
implemented this and have also tried it without, and I see no difference. Im
convinced that Ive missed the point here, but I cant see it.
Can anyone illuminate?
Microsoft Press book on this and have produced a small calculator control
which I have written most of the code for.
My quandy relates to the Postback.
I have rendered my buttons with OnClick="Javascript:" &
Page.GetPostBackEventReference(ControID) which when rendered does a
_doPostback('ControlID,'') javascript call and post the page back.
The event handlers for the click events on these buttons fire and in turn
raise a control event to tell the containing page that the event has fired
and for this I pass a derived EventArgs which carries the Button ID and
value etc in order to communicate this information.
My Question is mainly centred aournd the IPostBackEventHandler. I have
implemented this and have also tried it without, and I see no difference. Im
convinced that Ive missed the point here, but I cant see it.
Can anyone illuminate?