1:
2:
3:
4:
5:
6:
7:
|
" codeBody "
" notpretty " Protected SubRadioButtonList_DataBound (ByVal afzender als Voorwerp, ByVal e als EventArgs)
Schemerige lijst als RadioButtonList = DirectCast (afzender, RadioButtonList)
Schemerige spatie als ListItem = lijst. Items.FindByValue ("")
Als lege IsNot niets toen
lijst. Items.Remove (spatie)
Eind als
Sub van het eind
|