IFrame With DataView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am creating a web app, and using a dataview. I want to be able to put an
iframe on around the dataview. How do I do this?
Brian
 
Hi,

On the main page add a iframe with runat=server id = "myIframe".
Create a webpage with the dataview on it. Navigate the iframe to the webpage
you created. myIframe.attributes("src")=dataviewapage.aspx

Ken
 
Back
Top