User Controls asp:Button & asp:Image Button dont work asp:Link Button Works
Hi,
As the title suggestions I have a custom user control with a simple textbox box and asp:button.
I have subscribed to the onclick event and it never fires. If I debug in VS2010 the breakpoint is never hit. I have a form runat=server tag on my master page.
If I change the control to an asp:LinkButton the onclick event fires sucessfully, however I do not want to use a link button. I am running in webforms mode of umbraco.
User Controls asp:Button & asp:Image Button dont work asp:Link Button Works
Hi,
As the title suggestions I have a custom user control with a simple textbox box and asp:button.
I have subscribed to the onclick event and it never fires. If I debug in VS2010 the breakpoint is never hit. I have a form runat=server tag on my master page.
If I change the control to an asp:LinkButton the onclick event fires sucessfully, however I do not want to use a link button. I am running in webforms mode of umbraco.
Umbraco 6.1.6 DotNet 4 IIS 7
Any Ideas?
is working on a reply...