..


Sponsored Links

ListItem

The ListItem family of Web Server Control ASP.NET applies to all lists of type form, managed by the server side. NET Framework.

Let's see the list of items that the ListBox is applicable:

However, we see an example:





 <form runat="server">







 <asp:ListBox id="MioId" runat="server">



    



 <asp:ListItem> Value 1 </ asp: ListItem>



    



 <asp:ListItem> Value 2 </ asp: ListItem>



    



 <asp:ListItem> Value 3 </ asp: ListItem>



    



 <asp:ListItem> Value 4 </ asp: ListItem>



    



 <asp:ListItem> Value 5 </ asp: ListItem>







 </ Asp: ListBox>







 </ Form>



In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP.NET (Course) ASP.NET (Course)
Full course for building Web applications from 49 €.
SQL and Database (Course) SQL and Database (Course)
Create and manage relational databases. From 39 €.
Sponsored Links