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 #"%>