Hello

I want to check whether any item is selected in the listbox or not .... It's something like if no item is selected in the listbox than i don't want to perform my task. so i need a condition with which i can check whether an item is selected in the listbox ... i thought some property like listbox1.selected = true/false might be available but couldn't find it in aspnet.

Regards,

Harris Moin