L
lauralucas
Hi
I'm creating controls programatically. On postback, the events of the
controls are not triggered correctly. I need to not only rebind the
controls to their datasource on every load, but reassign the event
handlers.
but how?
I should do this in the Page's Init event handler rather than in the
Page_Load
event handler right?
help me please, I'm stuck
I'm creating controls programatically. On postback, the events of the
controls are not triggered correctly. I need to not only rebind the
controls to their datasource on every load, but reassign the event
handlers.
but how?
I should do this in the Page's Init event handler rather than in the
Page_Load
event handler right?
help me please, I'm stuck