Frames in ASP.NET
-
Hi is there an easy way to use Frames in ASP.NET. Especially the fact that i have to pass Data between different Frames is difficult to handle. maybe you can offer me some samples ? mfG. Daniel Kirstenpfad
-
Hi is there an easy way to use Frames in ASP.NET. Especially the fact that i have to pass Data between different Frames is difficult to handle. maybe you can offer me some samples ? mfG. Daniel Kirstenpfad
Why use frames?
Steve McLenithan
Is Bert Evil? | Homer: "Hello, operator, gimme the number for 911!" -
Why use frames?
Steve McLenithan
Is Bert Evil? | Homer: "Hello, operator, gimme the number for 911!"because the desired layout needs them... Think of a "Windows Explorer" ... or a Newsgroups Reader... ... the Newsgroup Reader is the desired App.... - but how to do it without frames ? mfg. Daniel
-
because the desired layout needs them... Think of a "Windows Explorer" ... or a Newsgroups Reader... ... the Newsgroup Reader is the desired App.... - but how to do it without frames ? mfg. Daniel
Daniel Kirstenpfad wrote: Think of a "Windows Explorer" ... or a Newsgroups Reader... ... the Newsgroup Reader is the desired App.... - but how to do it without frames ? You can use DIVs with overflow: scroll set on them to have panes which scroll independantly of the main page (actually you can put that on any BLOCK element.) Much better way and then you don't have to manage calls between FRAMEs. If however you are dead set on FRAMEs then there is no difference between using FRAMEs with ASP vs. ASP.NET. It is all client side so nothing changes. You still use JavaScript to talk between the FRAMEs.
Paul Watson
Bluegrass
Cape Town, South Africabrianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.