Bhaves

Bhaves

  • NA
  • 1
  • 0

Access IFrame in C#

Aug 27 2008 8:00 PM

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('iFrameAdminToolControl').src="whatever.ascx"

How would I access that same IFrame from c# code behind page?


Answers (1)