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
As Rudi Hansan said this is not a right forum for such questions
there is an issue in your code replace :
<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>
To:
<td style="width: 120px; text-align: left; vertical-align: top" class="blue"><asp:label ID="Title" runat="server" Text="*" CssClass="error" Visible="false"></asp:label></td>
Hi Sai.
I think you are in the wrong forum, this is a forum for Dynamics AX.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156