Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
ComboBox Question
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01352049
Message ID:
01352049
Views:
75
I'm loading a ComboBox:
cboType.Items.Add("Book");
cboType.Items.Add("CD");
cboType.Items.Add("DVD");
cboType.Items.Add("Periodical");
cboType.Items.Add("Tape");
The I want to set it's selected index:
cboType.SelectedIndex = iItem;
This errors because cboType.Items.Count is zero.

What's wrong here?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform