I have a tool tip firing from a hyperlink in a radgrid. It loads a usercontrol on demand from the radtooltipmanager's ajaxupdate method. The usercontrol loads a value into a label and selects an item in a listbox based on the originating row. The label always updates properly, but when i select a listbox item, no matter what i do the following tooltips i open up all have that item selected. I even debugged and saw that the usercontrol is selecting the correct item in the box, but somehow ignores that and selects whatever item I previously clicked on. Does that information get saved somewhere? (viewstate?)
Thanks in advance
Thanks in advance