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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top