I am populating a datarepeater in virtualmode and in the middle of each repeater line i have put a button
It is all displayed as you would expect - with the code i have written in the ItemValueNeeded event populating the data and the click event is fired when the button is clicked - all ok so far.
On some lines i want the button unenabled and would have to set this when each of the repeater lines scroll into view in the repeater so need to set it when the ItemValueNeeded event is fired.
However when i monitored (in debug mode) the ItemValueNeeded event, it is fired for each of the fields in turn except the button!
Any thoughts?