L
Lam
How do I config VS.Net 2002 to make it generate
ASP.NET code as
"<asp:Label ID="Label4" Text="This is a label" runat="server" /> "
instead of
"<asp:Label ID="Label4" runat="server" >This is a Label </asp:Label >
because when I use Macromedia Dreamweaver to design the interface, it won't
display
the real content of the tag generated by VS.NET. Instead, it displays
[ASP:LABEL]
But VS.NET can recognize both.
Thanks
ASP.NET code as
"<asp:Label ID="Label4" Text="This is a label" runat="server" /> "
instead of
"<asp:Label ID="Label4" runat="server" >This is a Label </asp:Label >
because when I use Macromedia Dreamweaver to design the interface, it won't
display
the real content of the tag generated by VS.NET. Instead, it displays
[ASP:LABEL]
But VS.NET can recognize both.
Thanks