Multiline property in listbox

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>

<asp:ListBox ID="ListBox1" runat="server" Rows="4">
<asp:ListItem title="Tooltip1">ListItem1</asp:ListItem>
<asp:ListItem title="Tooltip2">ListItem2</asp:ListItem>
</asp:ListBox>

</div>
</form>
</body>
</html>

No comments:

Post a Comment

Plz Share your comments...