You could recursively loop through all of the controls on the page and when
you hit an image control make the change. Seems like a lot of cycles though.
And apart from the "lots of cycles", you won't catch the "plain images"
that are not declared with a "runat=server", as that is just text
inside a Literal control to asp.net.
Hans Kesting
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.