T
Tee
Hi,
I have a server control Table with each row will contain a dynamic created
ImageButton.
And I have a private sub with the proper delegate of an ImageButton click
which handle nothing.
After each ImageButton is created, I addhandler the ImageButton to the
private sub, which gave me no error.
But on the runtime, whenever the imagebutton is clicked, it seems like none
of the code is being executed.
Anyone know why ?
if I create another asp.net project with just only imagebutton and sub for
testing purpose, it works.
But when in my real project, it is not working ... but also didn't gave any
error.
Please help me on it, Thanks alot.
Regards,
Tee
I have a server control Table with each row will contain a dynamic created
ImageButton.
And I have a private sub with the proper delegate of an ImageButton click
which handle nothing.
After each ImageButton is created, I addhandler the ImageButton to the
private sub, which gave me no error.
But on the runtime, whenever the imagebutton is clicked, it seems like none
of the code is being executed.
Anyone know why ?
if I create another asp.net project with just only imagebutton and sub for
testing purpose, it works.
But when in my real project, it is not working ... but also didn't gave any
error.
Please help me on it, Thanks alot.
Regards,
Tee