Forum: ASP.NET2.0 |
Thema:
AW: AW: User Control mit DropDownList Property |
Von:
Biggi (
23.01.2007 08:21) |
Ja, ich möchte von einer Page aus die DropDownList auf einen bestimmten Eintrag setzten. Das Füllen von Texboxen mache ich analog:
public string txtName {
get { return txtNameID.Text; }
set { txtNameID.Text = value; } }
und das funktioniert komischerweise?
Betreff |
Von |
Datum |
|
|
AW: AW: AW: User Control mit DropDownList Property
Also ich behaupte mal das Problem ist folgendes:<br><br>Die DropDownbox wird erst NACH dem setzen deiner Variable gefüllt. Ich mach das immer so:<br>Private _DropDown1Index as integer<br>Public Property... |
|
|
|
|
|
Bernhard
Grojer
|
23.01.2007 08:36 |
|
|
Biggi
|
23.01.2007 08:58 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!