Being a terribly new novice to DNN, I am having trouble with controls on a module I have started to develop. I have a file upload control which works fine, and a Button (or Link Button, Or Image Button) with a problem.
Once I've placed code in the Click event, the code does not execute and I cannot step through the Click function. Breakpoints will not stop within the Click function, even though they work as expected in Page_Load for the module.
Source from the aspx file:
<asp:LinkButton ID="LinkButton1" runat="Server" CssClass="Normal" >Next step -></asp:LinkButton>
Are there supposed to be other links to this control LinkButton1...Perhaps in the resource file, or the database?
Am I supposed to dynamically create the Button within the module, instead of dragging it from the toolbox onto the Design of the aspx page?
Any help much appreciated