Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Equivalent

Reply
Thread Tools

Equivalent

 
 
Waldy
Guest
Posts: n/a
 
      08-08-2005
Hi there,
I am looking for something to use in ASP .NET that is the
equivalent of HTML frames. I want a strip of links at the top of the page
and the rest of the page to be loaded dynamically. The URLs for the main
content frame need to be constructed, so cannot be set at design time.

Any ideas?


 
Reply With Quote
 
 
 
 
Grant Merwitz
Guest
Posts: n/a
 
      08-08-2005
i believe what you looking for is an iframe.
This is an HtmlControl, but if you set it an Id, and Runat=server,
you'll be able to control it from the code at run time


"Waldy" <> wrote in message
news:%...
> Hi there,
> I am looking for something to use in ASP .NET that is the
> equivalent of HTML frames. I want a strip of links at the top of the page
> and the rest of the page to be loaded dynamically. The URLs for the main
> content frame need to be constructed, so cannot be set at design time.
>
> Any ideas?
>



 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      08-08-2005
You can use ASP.Net with Frames. However, it is problematic, and with 1.1,
this is usually done using Server Controls. ASP.Net 2.0 has a much better
solution, which is Master Pages. A MasterPage is a Page that has content
which is shared among any page that uses it, and contains regions of content
provided by other ASP.Net pages.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Waldy" <> wrote in message
news:%...
> Hi there,
> I am looking for something to use in ASP .NET that is the
> equivalent of HTML frames. I want a strip of links at the top of the page
> and the rest of the page to be loaded dynamically. The URLs for the main
> content frame need to be constructed, so cannot be set at design time.
>
> Any ideas?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning:Xst:382 - Register A is equivalent to B mag VHDL 1 05-19-2005 05:10 PM
instancename of current entity/architecture -- equivalent to C++ this??? Eric Peers VHDL 2 11-18-2004 05:23 PM
VHDL equivalent of verilog trireg Sanjeev VHDL 4 07-23-2004 09:55 AM
equivalent types in different packages Lolo VHDL 3 09-22-2003 03:23 PM
Re: Image Scanning - TWAIN equivalent Brendan Duffy ASP .Net 0 07-24-2003 08:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57