HTML5 Canvas in ASP.NET

vidichi

New Member
I have a canvas using HTML5 and C# that I am loading onto a panel in a different web control. When I set the following:\[code\] <asp:Panel ID="Panel1" runat="server" Enabled="False" Visible="True"></asp:Panel>\[/code\]I am still able to draw on the canvas with the mouse. How can I disable the canvas along with so I cannot draw on it with the mouse? I need to be able to view the "markup or source code" so I cannot set visible="false". Thanks in advanced!
 
Back
Top