473,385 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Left and Right hand splitting and resizing

I have a .aspx with a TreeView in the left hand and a GridView or a FormView
in the right hand. I would like to resize the two sides like in
http://msdn.microsoft.com/library/default.asp, but I didn't find the solution.
Can I get any help? Just a sample or a link to where I can learn about.
Thank you very much.
--
bruno
Sep 15 '06 #1
5 2337
Hi Bruno,

If you do a search for "asp.net splitter control" you'll find several
versions that are available.

Ken
Microsoft MVP [ASP.NET]

"bruno" <br***@community.nospamwrote in message
news:E9**********************************@microsof t.com...
>I have a .aspx with a TreeView in the left hand and a GridView or a
FormView
in the right hand. I would like to resize the two sides like in
http://msdn.microsoft.com/library/default.asp, but I didn't find the
solution.
Can I get any help? Just a sample or a link to where I can learn about.
Thank you very much.
--
bruno

Sep 16 '06 #2
Hi Ken,
may be I'm wrong, but I can't find a standard Microsoft solution. I find
only licenced solutions from other providers. Is that correct?
--
bruno
"Ken Cox [Microsoft MVP]" wrote:
Hi Bruno,

If you do a search for "asp.net splitter control" you'll find several
versions that are available.

Ken
Microsoft MVP [ASP.NET]

"bruno" <br***@community.nospamwrote in message
news:E9**********************************@microsof t.com...
I have a .aspx with a TreeView in the left hand and a GridView or a
FormView
in the right hand. I would like to resize the two sides like in
http://msdn.microsoft.com/library/default.asp, but I didn't find the
solution.
Can I get any help? Just a sample or a link to where I can learn about.
Thank you very much.
--
bruno


Sep 18 '06 #3
Hi Bruno,

I'm afraid there is no official splitter control from Microsoft.

To create such a splitter control, you need DHTML and JavaScript. You can
find some example such as this one:
http://cross-browser.com/x/examples/xsplitter.html; note its license is GNU
LGPL.

Using the JavaScript library, you can embed the TreeView and GridView in
two DIVs; one thing you might need to enhance is to persist the splitter
position between postbacks.

Please reply to let me know whether or not you need further information.

Sincerely,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 18 '06 #4
thanks for the suggestion, it works fine.
I think it would be better to have a splitter control from Microsotf in
ASP.NET 2.0 to avoid the use of dhtml and javascript instead of aspx and
VB.NET.
A splitter control is not so unusaul and in a large environment the need of
standards in Web applications desingn is very high for maintainance purposes.
--
bruno
"Walter Wang [MSFT]" wrote:
Hi Bruno,

I'm afraid there is no official splitter control from Microsoft.

To create such a splitter control, you need DHTML and JavaScript. You can
find some example such as this one:
http://cross-browser.com/x/examples/xsplitter.html; note its license is GNU
LGPL.

Using the JavaScript library, you can embed the TreeView and GridView in
two DIVs; one thing you might need to enhance is to persist the splitter
position between postbacks.

Please reply to let me know whether or not you need further information.

Sincerely,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 20 '06 #5
Hi Bruno,

I'm glad the suggestion helped.

Your feedback regarding the splitter control in ASP.NET is important for
us. I will forward it to our product team. If you like, you can also submit
your feedback at
http://connect.microsoft.com/Main/co...ContentID=2220 which
can be viewed by other .NET developers. Thanks.

Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 21 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Eric | last post by:
I would like to setup a two column layout for my web page using CSS. I would like the Left column width to be auto. Can I have the right column be offset by 8 pixels from the right edge of the...
4
by: jake | last post by:
Maybe some kind person can help with a suggestion or two ;-) I want to construct a banner on a number of pages in the format: LHS: Text (variable content) RHS. Logo ..... each with a...
6
by: Craig Thomson | last post by:
How can I have some text aligned to the left of the page and some more text aligned to the right using only CSS without a table? SPAN doesn't have any alignment, and there is only a single DIV...
17
by: orekinbck | last post by:
Hi There Say I want to check if object1.Property1 is equal to a value, but object1 could be null. At the moment I have code like this: if (object1 != null) { if (object1.Property ==...
2
by: Saber S | last post by:
When I press Alt+Shift in a text control, the cursor turns Right-To-Left. I want it without pressing Alt+Shift, I want to when I click a text control the cursor automatically turn to Right-To-Left.
0
by: jonipony | last post by:
HELP: Float Left box is drifting to the right in ie! -------------------------- I need som HELP with my CSS coding! On the following web page my design falls apart at screen size 800 x 600...
1
by: aaron.reese | last post by:
Guys, this is my problem:- I have records which are linked by two fields on a left inner join (there may be 0,1 or more records in the right hand table) The relationship is not unique (it's...
4
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, Is there a setting/property for displaying a checkbox label (or radiobutton label) on the left hand side instead of the right hand side? Or am I limited to no text in the label - take on...
2
by: RobinS | last post by:
Is it possible to left-justify, center, or right-justify text on a panel when drawing it using DrawString? I looked at the StringAlignment class, but all it has is far, near, and center. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.