Is this asp compiled somehow?

saha-web

New Member
I have an aspx document (I know nothing about \[code\]asp\[/code\], \[code\].net\[/code\], \[code\]aspx\[/code\], nada). It is a normal html table structure for the most part, but there are strings of asp that seem to be inserting some sort of dynamic content. They are in the form:\[code\]<asp:Image ID="imgTopImage" runat="server" ImageUrl="~/Images/topbar.jpg" /> <asp:Label ID="lblStyleCaption" runat="server" CssClass="label_caption" Text="Theme: " Visible="false" /><asp:DropDownList ID="dropStyles" Width="150" runat="server" AutoPostBack="true" />\[/code\]It seems that whenever I delete one of these
 
Back
Top