I created a few custom server controls, where I basically added some property fields to an ImageButton, LinkButton, so on and so forth.
When I am in debug mode in VS.Net 2008 express web edition, and set break points on the code within the click event, it never gets hit. However, if I place a normal BUtton control on the page, the code is reached.
Any thoughts on why this would happen?
Thanks in advance!
~T
When I am in debug mode in VS.Net 2008 express web edition, and set break points on the code within the click event, it never gets hit. However, if I place a normal BUtton control on the page, the code is reached.
Any thoughts on why this would happen?
Thanks in advance!
~T