Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is Empty or Null
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01303548
Message ID:
01303639
Vues:
19
>Did you mean:
>
>string selValue = this.lsbUsers.SelectedItem.ToString();
>
>
>(note the parenthesis)
>
>or more probably:
>
>
>string selValue = this.lsbUsers.SelectedItem.Text.ToString();
>
Hi Paul,

I actually don't like the fact the check is done on the server (it then shows a label, which stays here).

I think the checking selected something is selected should be done from the client rather. It would be a bit of a challenge for me to write this JavaScript code, but hopefully I would manage.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform