Manipulate the HTML controls before sending it to the client.
Hi everyone,
I need to access all the images on my aspx page before the HTML is sent to the client and change their 'src' attribute.
Remark: they are literal controls, they have no runat=server.
If there is not a directive way to access them, maybe there is a way to access the whole HTML, before it is sent to the client?
Thanks.