4
Answers

Manipulate the HTML controls before sending it to the client.

itzik.saban

itzik.saban

20y
2.3k
1
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.
Answers (4)