|
-
Sep 19th, 2005, 05:10 PM
#1
Thread Starter
Fanatic Member
ASP.NET Splitterbar??
Is there a way that I can have a splitterbar in my ASP.NET app just like the MSDN knowledgebase site?
Thanks
-
Sep 20th, 2005, 08:06 PM
#2
Thread Starter
Fanatic Member
Re: ASP.NET Splitterbar??
-
Sep 22nd, 2005, 03:16 AM
#3
Frenzied Member
Re: ASP.NET Splitterbar??
The splitter bar as you put it is simply a HTML frameset.
Do a Google search and all will become clear.
DJ
If I have been helpful please rate my post. If I haven't tell me!
-
Sep 23rd, 2005, 07:01 AM
#4
Thread Starter
Fanatic Member
Re: ASP.NET Splitterbar??
I know all about framesets.
But, how can you use a frameset in one ASPX file?
I don't want multiple framed aspx pages
-
Sep 23rd, 2005, 07:18 AM
#5
Frenzied Member
Re: ASP.NET Splitterbar??
You said a splitter bar like the MSDN knowledgebase site - that is done with a frameset.
The answer is there isn't a standard splitterbar control that implements the frameset for you - there may be one out on the web but I don't think I've seen one.
As for implementing the splitterbar using other methods than a frameset unless you used overflowing divs I can't think of another method. However the JavaScript needed to resize a div using drag and drop would not be simple.
Your options are:
1. Search the web for a free or commerical control that has aready done what you want.
2. Design your own!
3. Use a just a HTML frameset with several ASP.NET pages.
3. Find another way of doing what you want without the splitterbar.
Sorry I can't help more.
DJ
If I have been helpful please rate my post. If I haven't tell me!
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
|