Hi,
I have a ListView which has ImageButtons for editing. In IE those images render slowly and it causes unpleasent visual effects. If the src attribute would be exactly the same for each row, I think it would render more smoothly. How can I achieve this?
Now the generated html for a ImageButton is:
<input value="Edit" width="16" height="16" type="image" src="" name="table:rows:23:editButtons:edit"/>
where rows:23 increments from row to row.
/arto