Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the number of items in a listbox
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Getting the number of items in a listbox
Divers
Thread ID:
00925359
Message ID:
00925359
Vues:
42
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
}
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform