J
Jeff
Hey
asp.net 2.0
My entire project compiles without any errors. But the asp in <asp:table
ID="table1" runat="server"> gets a red underline.
inside this table I type the < to start a new tag within the table, I wanted
to create a <asp:TableRow> tag.... but no tag like this appear in the
intellisense, I had to type it in manually... Any ideas why I get this
error?
<%@ Page Language="C#" MasterPageFile="~/MasterPages/ContentMaster.master"
AutoEventWireup="true" CodeFile="Settings.aspx.cs"
Inherits="Network_Profile_Settings" Title="Untitled Page" %>
<%@ Register Src="~/Controls/Settings.ascx" TagName="Settings"
TagPrefix="mb" %>
<asp:Content ID="Content1" ContentPlaceHolderID="LeftContent"
Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder"
Runat="Server">
<asp:table ID="table1" runat="server">
</asp:table>
<mb:Settings ID="Settings1" runat="server" />
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="RightContent"
Runat="Server">
</asp:Content>
asp.net 2.0
My entire project compiles without any errors. But the asp in <asp:table
ID="table1" runat="server"> gets a red underline.
inside this table I type the < to start a new tag within the table, I wanted
to create a <asp:TableRow> tag.... but no tag like this appear in the
intellisense, I had to type it in manually... Any ideas why I get this
error?
<%@ Page Language="C#" MasterPageFile="~/MasterPages/ContentMaster.master"
AutoEventWireup="true" CodeFile="Settings.aspx.cs"
Inherits="Network_Profile_Settings" Title="Untitled Page" %>
<%@ Register Src="~/Controls/Settings.ascx" TagName="Settings"
TagPrefix="mb" %>
<asp:Content ID="Content1" ContentPlaceHolderID="LeftContent"
Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder"
Runat="Server">
<asp:table ID="table1" runat="server">
</asp:table>
<mb:Settings ID="Settings1" runat="server" />
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="RightContent"
Runat="Server">
</asp:Content>