Wednesday, March 28, 2012

Visusl Studio bug ?

If i type following code in the html view of a form or a web user control
<asp:panel="someid" runat="server">
<asp:panel>
i know this is not correct, but if i then try to view the control in
design view, visual studio would hang !, can someone confirm that this
is an issue ?
Regards
-ashishMuch of Visual Studio .NET assumes people are dragging and dropping. As such
,
there are areas where there is no timeout when someone does something wrong
in code view. It is getting better with the next version.
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"ashish" wrote:

> If i type following code in the html view of a form or a web user control
> <asp:panel="someid" runat="server">
> <asp:panel>
> i know this is not correct, but if i then try to view the control in
> design view, visual studio would hang !, can someone confirm that this
> is an issue ?
> Regards
> -ashish
>

0 comments:

Post a Comment