[1566] serious problem editing aspx in VS2008 #2
Hi,
In the previous post the code example didn't get posted, so here is a new
try without the tag markers.
If you have this code
form id="form1" runat="server"
/telerik:RadCodeBlock
/form
,and delete the / in /telerik:RadCodeBlock (unmatched tag), you get
this code:
telerik:RadCodeBlock id="form1" runat="server"
telerik:RadCodeBlock
/form
, as you see the form tag has been replaced with a telerik:RadCodeBlock tag.
This problem is there for every unmatched end tag.
Please sign in to leave a comment.