Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie - Frames and ASP - Design Questions
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00889396
Message ID:
00889512
Views:
13
Hi Shawn,

Using IFrames is a via alternative for replacing specific content on an area of the page. The sites with heavy UI use it like Infragistics sample app. Beyond that, I would recommend the old fashion, yet the best performace of using straight html for designing as much of the page as possible. Use tables for layouts. I wouldn't recommend using server side controls unless you need functionality in the code-behind.

>Couple of newbie and design questions hopefully all can be accomplished in C#
>
>I want to build and app that has branding across the top of the screen not very tall in high, just enough and it will contain the web form name that you are on.
>I want menus on the left side of the screen.
>I want in the right hand corner my web form
>I want under the menu a smaller frame to house common control -like messages waiting -authorizations to be viewed etc...
>I want under the main screen a help window.
>
>The screen could be like the following :
>Questions are below....
>
>
>
>--------------------------------
>|    Logos / Web Form Name     |
>--------------------------------
>| M |                          |
>| E |      Web Form            |
>| N |     Main Content         |
>| U |                          |
>|   |                          |
>|   |                          |
>--------------------------------
>| * |    Help Area             |
>--------------------------------
>
>* = Message que area
>
>
>
>1) Is frames the right choice to use to break a screen into definable areas?
>2) If frames is okay, is there a way in C# to have the frames talk to one another, such as user clicks something in main area then the help area would load the appropriate details.
>3) Is there a way to read the value of an object in a frame(C#)?
>4) or better yet if a users tabs into a field update the help area?
>
>
>Thanks
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Reply
Map
View

Click here to load this message in the networking platform