Hello,
I have an ajax update box using and associated progress template. Am
trying to place a gif image on top of a listbox- this is the only
logical place- (it is empty and then gets full as a result of the
postback)- in visual studio the gif appears on top of the textbox- but
when run the webpage i is underneath.
<ProgressTemplate>
<div Style="z-index: 3">
<img src="Images/Getting.gif" />
</div>
</ProgressTemplate>