The easiest way to implement mutually exclusive CheckBoxes is to use the MutuallyExclusiveCheckbox control from the AjaxControlToolKit. You assign the control to every Checkbox and…
1 CommentCategory: ASP
If you want to use checkboxes in GridViews you have several options. The CheckBoxField control is a one-way bound control which needs a respective Boolean…
Leave a CommentThe change events of a control like the DropDownList that is placed inside an ItemTemplate of a GridView does not give you the DataKey of…
Leave a CommentIn my current application I am using the MultiView control to emulate the look and feel of a classic tab-control. I was implementing the TextBox…
Leave a Comment