Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello,

 

I've got a functinon that calls a sql query, I then want to send the results into a datagrid into a page on a different frame.

 

it looks something like this:

__________

submit form |

__________|

datagrid |

__________|

 

If you have any ideas I would appreciate it.

 

I am already familiar with pushing the information and displaying the datagrid, just need to figure out how to display the datagrid in the other HTML Frame.

 

Thanks a bunch

  • *Gurus*
Posted
ASP.NET does not provide any outward support for frames, nor should it. Any solution would be a hack, at best, and it would most definately be limited to loading the DataGrid from the frame's page and not from another document. I strongly suggest you remove any frames from your site if that is an option. Most frame-specific functionality can be achieved using CSS and layers.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...