Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Empty or Null
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01303548
Message ID:
01303639
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform