Im reworking a page that was done in javascript. In one of the java scripts there is a call like this which sets the source of an IFrame:
parent.document.getElementById(
How would I access that same IFrame from c# code behind page?