Hi
The first code fragment is my normal formatting (minus indents because of this editor).
</asp:TableCell>
<asp:TableCell>
<asp:Button ID="UpdateDeleteButton" runat="server"
CssClass="button"
Text="Delete this record"
onclientclick="javascript:if(!confirm('Delete this item?'))return false;" />
</asp:TableCell>
</asp:TableRow>
</asp:table>
</asp:Panel>
<!-- suggestion Panel -->
<!-- panel repeater listing -->
If I change from source to design mode and back (I am using Visual Express 2013), the formatting changes to the following.
</asp:TableCell><asp:TableCell>
<asp:Button ID="UpdateDeleteButton" runat="server"
CssClass="button"
Text="Delete this record"
onclientclic ...
Go to the complete details ...