Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Atlas and scrolling panel

Reply
Thread Tools

Atlas and scrolling panel

 
 
John
Guest
Posts: n/a
 
      12-14-2005
Can I use the Atlas controls to create a scrolling panel in a webform?

Basically I want a master page that defines 90% of the screen height to be a
workspace, with 5% top and bottom for other controls.

The 90% should scroll (up and down) without effecting the top and bottom
placeholders. Frames would be the obvious way, but no way for clicks from
top and bottom to send to the main panel I guess, at least not without
leaving the ASP.NET model far behind and bodging loads of js.

Guidance would be appreciated!

John


 
Reply With Quote
 
 
 
 
Joe King
Guest
Posts: n/a
 
      12-14-2005
John,

You might be interested in PanelSet for ASP.NET. It can create a matrix of
Panels that emulates a frameset UI, with resizable or fixed Panels,
scrollable content and even Splitter objects. Plus, it has postback state
maintenance and greater cosmetic control that a frameset.

http://www.coalesys.com/products/mer...s/panelset.asp

Here are some online samples:

http://www.coalesys.com/products/mer...et/default.asp

Regards,

Joe King
Coalesys, Inc.

"John" <> wrote in message
news:...
> Can I use the Atlas controls to create a scrolling panel in a webform?
>
> Basically I want a master page that defines 90% of the screen height to be
> a workspace, with 5% top and bottom for other controls.
>
> The 90% should scroll (up and down) without effecting the top and bottom
> placeholders. Frames would be the obvious way, but no way for clicks from
> top and bottom to send to the main panel I guess, at least not without
> leaving the ASP.NET model far behind and bodging loads of js.
>
> Guidance would be appreciated!
>
> John
>



 
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
Atlas Update Panel: javascript sequence issue =?Utf-8?B?cm9kY2hhcg==?= ASP .Net 2 10-02-2006 07:30 PM
ATLAS update panel =?Utf-8?B?TmF0ZQ==?= ASP .Net 1 09-23-2006 06:17 PM
[ATLAS] Unknown error ON Update Panel + Repeater with LinkButton Henrique ASP .Net 1 09-12-2006 04:31 PM
Can't load user control with FormView in Atlas update panel staeri@gmail.com ASP .Net 0 07-28-2006 09:41 AM
Creating atlas:UpdatePanel inside asp:Panel Varangian ASP .Net 2 06-27-2006 05:17 PM



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