Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Can aspnet simulate windows pane separator?

Reply
Thread Tools

Can aspnet simulate windows pane separator?

 
 
Charts
Guest
Posts: n/a
 
      07-10-2005
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

 
Reply With Quote
 
 
 
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      07-11-2005
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?= <>
| Subject: Can aspnet simulate windows pane separator?
| Date: Sun, 10 Jul 2005 09:15:02 -0700
| Lines: 9
| Message-ID: <832F8024-4AE1-4B34-965B->
| 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.webcontro ls
| 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.webcontro ls:9840
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
|
| 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
|
|

 
Reply With Quote
 
 
 
 
Charts
Guest
Posts: n/a
 
      07-11-2005
That is a good suggestion. Thanks Steven. Charts

"Steven Cheng[MSFT]" wrote:

> 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?= <>
> | Subject: Can aspnet simulate windows pane separator?
> | Date: Sun, 10 Jul 2005 09:15:02 -0700
> | Lines: 9
> | Message-ID: <832F8024-4AE1-4B34-965B->
> | 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.webcontro ls
> | 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.webcontro ls:9840
> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
> |
> | 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
> |
> |
>
>

 
Reply With Quote
 
Charts
Guest
Posts: n/a
 
      07-11-2005
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


"Steven Cheng[MSFT]" wrote:

> 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?= <>
> | Subject: Can aspnet simulate windows pane separator?
> | Date: Sun, 10 Jul 2005 09:15:02 -0700
> | Lines: 9
> | Message-ID: <832F8024-4AE1-4B34-965B->
> | 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.webcontro ls
> | 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.webcontro ls:9840
> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
> |
> | 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
> |
> |
>
>

 
Reply With Quote
 
Aaron Corcoran
Guest
Posts: n/a
 
      07-11-2005
Charts,

I believe that the following Web Control may be right up your alley!

http://www.obout.com/splitter/

Aaron

 
Reply With Quote
 
Charts
Guest
Posts: n/a
 
      07-11-2005
Thanks

"Aaron Corcoran" wrote:

> Charts,
>
> I believe that the following Web Control may be right up your alley!
>
> http://www.obout.com/splitter/
>
> Aaron
>
>

 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      07-13-2005
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?= <>
| References: <832F8024-4AE1-4B34-965B->
< .com>
| Subject: Re: Can aspnet simulate windows pane separator?
| Date: Mon, 11 Jul 2005 14:09:03 -0700
| Lines: 13
| Message-ID: <B0B234BB-38B8-4994-9C79->
| 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.webcontro ls
| 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.webcontro ls:9867
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
|
| Thanks
|
| "Aaron Corcoran" wrote:
|
| > Charts,
| >
| > I believe that the following Web Control may be right up your alley!
| >
| > http://www.obout.com/splitter/
| >
| > Aaron
| >
| >
|

 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      07-13-2005
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/


"Steven Cheng[MSFT]" <> wrote in message
news:...
> 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?= <>
> | References: <832F8024-4AE1-4B34-965B->
> < .com>
> | Subject: Re: Can aspnet simulate windows pane separator?
> | Date: Mon, 11 Jul 2005 14:09:03 -0700
> | Lines: 13
> | Message-ID: <B0B234BB-38B8-4994-9C79->
> | 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.webcontro ls
> | 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.webcontro ls:9867
> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
> |
> | Thanks
> |
> | "Aaron Corcoran" wrote:
> |
> | > Charts,
> | >
> | > I believe that the following Web Control may be right up your alley!
> | >
> | > http://www.obout.com/splitter/
> | >
> | > Aaron
> | >
> | >
> |
>



 
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
Hiding Navigation Pane/ Favorite Pane in Windows 7 Tech Guy Windows 64bit 0 04-03-2011 04:19 PM
Is the aspnet account called "aspnet" for all non-English versions of Windows and IIS? torus@tpg.com.au ASP .Net 7 03-23-2007 04:00 AM
can't view chm files Error(nothing is displayed on the right pane after clicking the left pane) Patrick.O.Ige ASP .Net 0 08-31-2006 04:56 AM
Upgrade from aspnet 1.1 to aspnet 2.0 Gary Nelson ASP .Net 2 10-14-2005 05:16 PM
Restricting ASPNET ACLs without breaking ASPNET (newbie-ish) Brian Schuth ASP .Net Security 0 09-08-2003 06:09 PM



Advertisments