Hi I am preparing web application. I want to display Title in web page . I have prepared code in Visual Studio 2012.
<table>
<tr>
<td style="width: 120px; text-align: left; vertical-align: top" class="blue">Title<asp:label ID="Title" runat="server" Text="*" CssClass="error" Visible="false"></asp:label></td>
<td><asp: Textbox runat="server" ID="txtTitle" style="width: 200px" CssClass="control"></asp:TextBox></td>
</tr>
</table>
Error: "TextBox and Label" are not known element is the above syntax is correct.
let me know if anything wrong
Thanks in advance!!
*This post is locked for comments
I have the same question (0)