Open GoogleCodeExporter opened 8 years ago
I see the attached. Is that similar to what you see? If so, could you be more
specific about what is wrong?
I used the HTML
<pre class="prettyprint lang-html" id="asptags">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="SubmitButton"
runat="server"
Text="partial postback"
onclick="SubmitButton_Click" />
<a href="#" id="clientClick"><span>jQuery</span></a>
</ContentTemplate>
</asp:UpdatePanel>
</asp:ScriptManager>
</pre>
Original comment by mikesamuel@gmail.com
on 30 Mar 2012 at 6:34
Attachments:
Original issue reported on code.google.com by
ofer.web...@gmail.com
on 14 Aug 2011 at 3:47