UndertakerRockLuongoFTW
New Member
Ok guys i don't know if this one is an easy or hard one, im using my datalist with a LinkButton control inside of it, so for each record in my DB a linkbutton control is displayed, when i click one of those that particular control becomes BOLD, with the SelectedItem-Style=Bold property, of course i use the<BR>"mydatalist.SelectedIndex = e.Item.ItemIndex;" to make this possible, using this control i dont have any trouble at all, the problem is when i try to use a checkbox instead of the linkbutton, i even tried to use Autopostback, but it didnt work.<BR><BR>Anyone can help me?