Your First Page: display a Text runat Server (VB.net) : Label « Asp Control « ASP.Net






Your First Page: display a Text runat Server (VB.net)

<%@ Page Language=VB Debug=true %>
<script runat=server>
Sub Page_Load(ByVal Sender as Object, ByVal E as EventArgs)
    lblMessage.Text = "www.java2s.com"
End Sub
</SCRIPT>
<HTML>
<HEAD>
<TITLE>Hello Web Sample Page</TITLE>
</HEAD>
<BODY>
    <form runat="server">
    <Font Face="Tahoma">
    <asp:Label id="lblTitle" Width="90%" Font-Size="25pt" Font-Name="Arial"  Text="Test Page"
        runat="server"
    />
    <asp:Label
        id="lblMessage"
        runat="Server"
        Font-Bold="True"
    />
</Font>
</Form>
</BODY>
</HTML>

           
       








Related examples in the same category

1.asp:Label background color (VB.net)
2.Set Label style (VB.net)
3.asp:label: border, font and background color
4.BorderWidth, BorderColor, Font-Size, Font-Name, ForeColor, BackColor , ToolTip, Visible for asp:Label (VB.net)
5.Do a simple calculation and set value to asp:Label (VB.net)
6.Set static asp:Label value
7.Set asp:Label text (VB.net)
8.Set color and font for an asp:Label (VB.net)
9.asp:Button action to change the asp:Label and generate random number (VB.net)
10.Change Label to be visible (C#)
11.Display all page event in asp label (C#)
12.Change asp label text in asp button action (C#)
13.Assign current time to asp label (C#)
14.Define function to change Label Font to Italic (C#)
15.Set Label background color (C#)
16.Boolean value toggle: label Visible (C#)
17.Set Asp Label Text during page load (C#)
18.Asp server Label: display server time (C#)
19.Label's color