Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the number of items in a listbox
Message
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Getting the number of items in a listbox
Miscellaneous
Thread ID:
00925359
Message ID:
00925359
Views:
43
How do I get the number of items in a listbox?
I've tried the following JavaScript but I'm really just shooting in the dark...
function GetListCount()
{
 var oListBox = document.getElementById("ListBoxReminderTimes")
 return oListBox.items.Count
}
Next
Reply
Map
View

Click here to load this message in the networking platform