raise up to be answered..
Why many of ImageButton webcontrol's events are protected!!?
Collapse
X
-
-
Now I got the solution myself, I submit it because might be useful for all after this long while trying to make that simple job..
We could use .Click instead of .OnClick as follows:
imageBtt[i].Click += new System.Web.UI.I mageClickEventH andler(ImageBut ton_Click);
Thanks for all who tried to help me in this..Comment
Comment