How to embed a Datagrid within an IFRAME???

  • Thread starter Thread starter Romantschik
  • Start date Start date
R

Romantschik

Hi guys,

i searched the web for a tutorial of embedding a datagrid control within
an iframe. But I didn't find any tutorials.

Can somebody help me or give me some short code.

Programming language is C#.

Any suggestions for me?


Greets,

Roman
 
To embed datagrid control within an iframe, all you need is an aspx
page (say mydatagrid.aspx) with datagrid in it.

then in the main page use
<IFRAME src="datagrid.aspx" ></IFRAME>

please let us know if any questions
 

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