---
title: "c# cheklist"
type: "forum-thread"
url: "https://www.webforum.nu/amne/dotnet/148128-c-cheklist"
topic: ".NET"
topic_url: "https://www.webforum.nu/amne/dotnet"
author: "theguru"
published: "2006-06-16T10:41:04.000Z"
updated: "2006-06-16T10:41:04.000Z"
replies: 0
views: 269
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/dotnet/148128-c-cheklist"
---

# c# cheklist

## #1 — theguru, 2006-06-16T10:41Z

Jag använder av en checkboxlist i c# för att generera flera checkboxar. man får då ett resultat i stil med. Jag får inte till det med hur man sedan får ut värdet i den label som representerar checkboxen man valt. Hur gör man\*?

```
</tr><tr>
<td><input id="CheckBoxList1_13" type="checkbox" name="CheckBoxList1$13" /><label for="CheckBoxList1_13"> zzzzzz1<br/></label></td>
	</tr><tr>
		<td><input id="CheckBoxList1_14" type="checkbox" name="CheckBoxList1$14" /><label for="CheckBoxList1_14"> ARN zzzzzz2<br/></label></td>
	</tr><tr>
		<td><input id="CheckBoxList1_15" type="checkbox" name="CheckBoxList1$15" /><label for="CheckBoxList1_15"> zzzzzz3<br/></label></td>
	</tr><tr>
```

Permalänk: https://www.webforum.nu/p/148128

---

Tråden på webben: https://www.webforum.nu/amne/dotnet/148128-c-cheklist
