Can aspnet simulate windows pane separator?

C

Charts

I am using webcontrol treeview on the left and datagrid on the right of the
html table to simulate windows treeview and listview panes in asp.net. The
problem is that I cannot have pane separator as we have in the windows, I
cannot resize areas for the treeview and datagrid as we can for treeview pane
and listview pane. Are there any controls and techniques in asp.net to allow
me to simulate resizable separator of window panes?
Thanks,
Charts
 
S

Steven Cheng[MSFT]

Hi Charts,

Welcome to ASP.NET newsgroup.
As for the implement the winform pane separator like functions in ASP.NET
webform page, here are some of my understanding and suggestions:

In asp.net webpage(or any other dynamic web document techs), all the
response content (be displayed in browser ) are html content. And the html
display modal (in browser) has different mechanism with the ones in winform
application.
So we haven't the absolute same controls like the separator control in
winform control collection.

In fact, in web page, we generally use the frames/frameset based pages to
provide the effect like the separated panes in winform. We need to provide
a parent page which contains some frameset and in each sub frame, there
contains a separate page inside it. And we can make the border which
separate the neighbour pages sizeable so that we can drag them in the
browser to resize the neighboured frames. And for a visual reference, you
can look at the

msdn web site: http://msdn.microsoft.com/library

which just use the frameset/frame based page to display the top/left/main
content sections.

How do you think of this?

Please feel free to let me know if you have any other questions or ideas.
Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)







--------------------
| Thread-Topic: Can aspnet simulate windows pane separator?
| thread-index: AcWFaoa0QZFLAypBRa6KGV5zneKZug==
| X-WBNR-Posting-Host: 128.227.73.185
| From: =?Utf-8?B?Q2hhcnRz?= <[email protected]>
| Subject: Can aspnet simulate windows pane separator?
| Date: Sun, 10 Jul 2005 09:15:02 -0700
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet.webcontrols:9840
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
|
| I am using webcontrol treeview on the left and datagrid on the right of
the
| html table to simulate windows treeview and listview panes in asp.net.
The
| problem is that I cannot have pane separator as we have in the windows, I
| cannot resize areas for the treeview and datagrid as we can for treeview
pane
| and listview pane. Are there any controls and techniques in asp.net to
allow
| me to simulate resizable separator of window panes?
| Thanks,
| Charts
|
|
 
C

Charts

Hi Steven,
I tried frameset/frame solution. However the problem is that the framset
separates different pages. For example, if I take the event of node click in
the treeview in the left of the frame, then I would not be able to get hold
of the datagrid controls in the right frame since they are in the different
pages. How can I resolve this problem?
Thanks,
Charts
 
S

Steven Cheng[MSFT]

Thanks for Aaron's informative info.

Hi Charts,

Seems the splitter control on the site Aaron mentioned use the DHTML events
to perform the sizable function. I haven't dig deep into it , but surely
it's a good approach. In addition, as for using frameset/frame based page,
though it force us to separate the entire content into individual pages, we
can still use the DHTML model to access the elements or fucntions across
the frames(by clientside scripting). If you're also interested in this, we
can also try looing further into it.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: Can aspnet simulate windows pane separator?
| thread-index: AcWGXMROin/GjGG/Q+GqK3qnBtccAA==
| X-WBNR-Posting-Host: 216.64.114.162
| From: =?Utf-8?B?Q2hhcnRz?= <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: Re: Can aspnet simulate windows pane separator?
| Date: Mon, 11 Jul 2005 14:09:03 -0700
| Lines: 13
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet.webcontrols:9867
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
|
| Thanks
|
| "Aaron Corcoran" wrote:
|
| > Charts,
| >
| > I believe that the following Web Control may be right up your alley!
| >
| > http://www.obout.com/splitter/
| >
| > Aaron
| >
| >
|
 
C

clintonG

The guy from obout - Illya something or the other - who developed and sells
those controls is not trustworthy. He claims he supports his controls but he
does not and will not answer mail after he has your money. I learned this
the hard way and fell for his bullsh!t because his site looks so good but
the guy is dishonest.

So you better be a mind reader if you intend to use those controls because
there is a lot left unsaid about how they can be used.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top