Listbox Program
Listbox Program
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<div>
<center><h1><b>Assignment 1</b></h1></center>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<center>
<asp:ListItem>BCA</asp:ListItem>
<asp:ListItem>BBA</asp:ListItem>
<asp:ListItem>BCS</asp:ListItem>
<asp:ListItem>BSC</asp:ListItem>
<asp:ListItem>BCOM</asp:ListItem>
</asp:ListBox>
</center>
</div>
</form>
</body>
</html>
Design View:
Output: