D
Darvin Zuch
Hi All,
I'm writting an exam control that reads an xml doc and
displays the questions.
I have a single submit button and a number of radio
buttons. I'm using CreateChildControls to create the
controls.
When I click the button and it fires the ButtonClicked
event. ie "AddHandler button1.Click, AddressOf
Me.ButtonClicked" but because I draw the next question on
a page refresh, the control array may be different and so
the clicked event doesn't always fire.
How do I design around this?
Darvin Zuch
Canada
I'm writting an exam control that reads an xml doc and
displays the questions.
I have a single submit button and a number of radio
buttons. I'm using CreateChildControls to create the
controls.
When I click the button and it fires the ButtonClicked
event. ie "AddHandler button1.Click, AddressOf
Me.ButtonClicked" but because I draw the next question on
a page refresh, the control array may be different and so
the clicked event doesn't always fire.
How do I design around this?
Darvin Zuch
Canada