Log in

View Full Version : Reference HTML iframe SRC in ASPX.VB



johnnyi
08-06-2008, 08:21 PM
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?


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

- I