<%@ Page Language="VB" %>
<html>
<head>
<title>Setting Properties and Formatting</title>
</head>
<body bgcolor="#ffffc0">
<form runat="server">
<p>
<asp:Label id="Label1" runat="server">Address:</asp:Label>
<asp:TextBox id="TextBox1" runat="server" TextMode="MultiLine" Rows="5"></asp:TextBox>
</p>
</form>
</body>
</html>
|