What is the advantage of frames versus ascx user controls? The only difference I see is you can control scrolling on just part of the page.
--- In [email protected], "David Renz" <[EMAIL PROTECTED]> wrote: > i have an app that uses a lot of IFrames. > one thing i do is for the src="" property i include the querystring in > the src. > ie: src="ImageManager.aspx?Page=events&EventID=2" > > i then use JS to communicate between forms. > > > > > >>> [EMAIL PROTECTED] 05/11/2005 10:37:54 AM >>> > > > in .net you are supposed to use a .htm page for the framesets. > > Says who? > > From: "scaevola637" [EMAIL PROTECTED] > > I am converting an asp page that has 3 frames for three asp pages. > When the user changes something it posts back to the parent page. > Here is the breakdown. > > asp page a > 3 frames for > asp 1 when selection changes query string goes to asp page a > asp 2 when selection changes query string goes to asp page a > asp 3 when selection changes query string goes to asp page a > > in .net you are supposed to use a .htm page for the framesets. I dont > see how you can get the information to the three "child" pages. Is > this possible? I guess the question is whether the query string > going to the htm page can be "picked up" by the 3 aspx pages. > > > [Non-text portions of this message have been removed] > > > > > Yahoo! Groups Links > > > > > > > > > > [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
