Re: DropDownList webcontrol ASP.NET C#

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Ralf W. Bämpfer (Ralf_at_discussions.microsoft.com)
Date: 06/20/04


Date: Sun, 20 Jun 2004 01:23:35 -0700

Danke für deine Hilfe Frederic, hat super gefunzt!

Einzig das folgende

>private void DropDownList1_SelectedIndexChanged(object
sender,
> System.EventArgs e)
>{
> TextBox2.Text = DropDownList1.SelectedItem.Value;
>}
hat bei mir zu einem Richtlinienfehler geführt und ich
musste anstelle von private void, public void nehmen.
Geht jetzt klasse!
Vielen Dank nochmal, gruss Ralf