Ich habe ein Kontrollkästchen in einer asp.net Webseite
Wie der Labek Namen des Kontrollkästchens aus einer XML-Datei füllen?
Ich tat das gleiche für Drop-Down, aber ich möchte ähnlich wie Checkbox
xmlData.ReadXml(Server.MapPath(./App_Data/view1_ + txt_dropDownToLoad + .xml))
DropDownName.DataSource = xmlData
DropDownName.DataValueField = ddl_cod
DropDownName.DataTextField = ddl_itm
DropDownName.DataBind()













