Why many of ImageButton webcontrol are protected!!? like .OnClick and how could we reach them when we add ImageButton automatically??
I need to click the on the automatically added icon, so it sends the event to it's function, but I couldn't make it because you cannot reach .OnClick event, it's protected!!
and so is the "runat"
I need to click the on the automatically added icon, so it sends the event to it's function, but I couldn't make it because you cannot reach .OnClick event, it's protected!!
and so is the "runat"
Comment