Ok, I have a datalist with a bunch of databound linkbuttons. I want the linkbutton for the selected item in the list to be bols when clicked on.
My problem is that although this DOES work, it seems to be a page refresh behind.
EG:
The page will load, and the list displays fine.
I click on the link, and the page changes are made, but the link I clicked on is no longer bold. I click on another link, and the link I clicked on is not bold, but the link I clicked on previously now is.
Finally - I click on another link, not part of the DataList, which sets the selected index of the list to -1. No hcange is made to the link, but it I click the link again, then all items are unselected.
What am i missing here?
My problem is that although this DOES work, it seems to be a page refresh behind.
EG:
The page will load, and the list displays fine.
I click on the link, and the page changes are made, but the link I clicked on is no longer bold. I click on another link, and the link I clicked on is not bold, but the link I clicked on previously now is.
Finally - I click on another link, not part of the DataList, which sets the selected index of the list to -1. No hcange is made to the link, but it I click the link again, then all items are unselected.
What am i missing here?