I have a selectionlist with a value of 85, how do I set it to being selected?
I tried this but the indexes are 1,2,3,4:
slTech.SelectedIndex =Convert.ToInt32(olHours.Selection["UserID"]);
I am looking for something like this (it doesn't work like this)
//slTech.Selection.Value="85";
If it matters this is C# w/ MMIT
Thanks,
Aaron
I tried this but the indexes are 1,2,3,4:
slTech.SelectedIndex =Convert.ToInt32(olHours.Selection["UserID"]);
I am looking for something like this (it doesn't work like this)
//slTech.Selection.Value="85";
If it matters this is C# w/ MMIT
Thanks,
Aaron