|
-
Sep 5th, 2007, 10:15 AM
#1
Thread Starter
Member
[2005] Web Page design question VB.NET
I am trying to figure out how to design a form using a treeview on the left that may need to be scrollable and once a node is selected show some data on the right side.
Similar to what the msdn site provides. Treeview on the left and content on the right.
All this web design stuff is new to me, so any examples or techniques would be appreciated.
Thanks.
-
Sep 5th, 2007, 12:00 PM
#2
Lively Member
Re: [2005] Web Page design question VB.NET
You can put the treeview in a panel and enable scrollbars on the panel.
Please send me a good rating if post is helpful.
-
Sep 5th, 2007, 03:53 PM
#3
Re: [2005] Web Page design question VB.NET
Or put the treeview inside a div and set the div overflow attribute
-
Sep 6th, 2007, 03:46 PM
#4
Re: [2005] Web Page design question VB.NET
<div style="overflow:auto;">
<asp:YourControlHere/>
</div>
As for having it display data on the right side, if you want it similar to MSDN, have your hyperlinks have a target of _top, and get your frameset page to determine what to load in the main content frame based on the URL.
-
Sep 7th, 2007, 08:24 AM
#5
Thread Starter
Member
Re: [2005] Web Page design question VB.NET
Thanks for everyones help. So many options, my head hurts
-
Sep 8th, 2007, 10:48 AM
#6
Re: [2005] Web Page design question VB.NET
That's just the tip of the iceberg lettuce! I didn't want your head exploding on the monitor.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|