Hallo,

>
> Wie setze ich programmatisch ein bestimmtes Item einer Listbox
> auf selected?
> Finde den Weg nicht.
>

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemwindowsformslistboxclassselectedindextopic.asp

oder einfach:

DropDownList1.Items[0].Selected = true;

Gruss

Alex


_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an