B
Boonaap
Using Denis Bauers 'DynamicControlsPlaceholder' I manage to create several
dynamical webcontrols, most of them textboxes, and a few buttons
The amount of buttons-textboxes is not known before, it's the user who can
decide..
Creating these buttons, and reshowing them after postback works fine,
This is how I solved it now
"DynamicButton".click += new EventHandler("DynamicButton"_click)
the eventhandler seems to be added, but i cannot get it fired...
Anyone an idea?
dynamical webcontrols, most of them textboxes, and a few buttons
The amount of buttons-textboxes is not known before, it's the user who can
decide..
Creating these buttons, and reshowing them after postback works fine,
This is how I solved it now
"DynamicButton".click += new EventHandler("DynamicButton"_click)
the eventhandler seems to be added, but i cannot get it fired...
Anyone an idea?