Hi folks,

If I have an HTML iFrame element on my page (say, ID=iLogin), how can I reference the src properties of it in the aspx.vb code?

Code:
iLogin.src = "http://dynamicdrive.com"
is not accepted...

- I