A item hidden in ASP.NET 2.0

xiaoxiao2021-03-06  71

In ASP.NET 2.0, you can hide one of ListBox, such as

Listitem item = new listitem (text, value, enabled); of course, Item.Enabled = false; although hidden in the page, you can use code to access hidden options, below is an example <% @ Page language = "c #"%>