Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

Syntax in VB

Posted on by Microsoft Employee

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

  • Suggested answer
    Bashir Ahmad Profile Picture
    Bashir Ahmad 5,248 on at
    RE: Syntax in VB

    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>

  • Rudi Hansen Profile Picture
    Rudi Hansen 3,987 on at
    RE: Syntax in VB

    Hi Sai.

    I think you are in the wrong forum, this is a forum for Dynamics AX.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans