Forum: ASP.NET2.0 |
Thema:
AW: AW: AW: User Control mit DropDownList Property |
Von:
Bernhard Grojer (
23.01.2007 08:36) |
Also ich behaupte mal das Problem ist folgendes:
Die DropDownbox wird erst NACH dem setzen deiner Variable gefüllt. Ich mach das immer so:
Private _DropDown1Index as integer
Public Property DropDown1Index as Integer
Get
retrun DropDown1.selectedIndex
End Get
Set (value as Integer)
DropDown1Index = value
End Set
End Property
Im Control PreRender setz ich dann
DropDown1.selectedIndex = DropDown1Index
Betreff |
Von |
Datum |
|
|
Biggi
|
23.01.2007 08:58 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!