Re: DropDownList webcontrol ASP.NET C#
From: Ralf W. Bämpfer (Ralf_at_discussions.microsoft.com)
Date: 06/20/04
- Next message: Ralf W. Bämpfer: "Server Error in '/' Application"
- Previous message: Jürgen Beck: "ANN: ASP.NET 1.1 June 2003 Hotfix Rollup Package"
- In reply to: Frederic Luchting: "Re: DropDownList webcontrol ASP.NET C#"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Ralf W. Bämpfer: "Server Error in '/' Application"
- Previous message: Jürgen Beck: "ANN: ASP.NET 1.1 June 2003 Hotfix Rollup Package"
- In reply to: Frederic Luchting: "Re: DropDownList webcontrol ASP.NET C#"
- Messages sorted by: [ date ] [ thread ]