cheng_sh Posted February 21, 2003 Posted February 21, 2003 Hello, anybody has idea about adding splitter control in webform? thank you Quote
*Gurus* Derek Stone Posted February 21, 2003 *Gurus* Posted February 21, 2003 Use frames. Quote Posting Guidelines
cheng_sh Posted February 22, 2003 Author Posted February 22, 2003 :) ........used to VB application....thank you very much Quote
David Alexander Posted April 23, 2004 Posted April 23, 2004 Splitter control for web forms Frames are not quite the equivalent of a splitter control because each frame is a separate page, while a splitter control on a Window form still allows you to have all controls on the same form. For web form applications where you want to allow the user to resize various regions in your app, using frames is a real burden if the web forms in the various frames have tightly coupled data and behaviors, i.e., if you have a button in frame1 that loads data into a form in frame2 and a button in frame2 that loads a form in frame1. A lot of extra work is needed to maintain state with JavaScript, and sessions, cookies, or querystrings. Hello, anybody has idea about adding splitter control in webform? thank you Quote
Arch4ngel Posted April 23, 2004 Posted April 23, 2004 I highly suggest that you use table (<table>). Frames aren't used anymore by any big company. Any company that aren't forced to put frames on their website won't have one. If you want a menu... make a 2 columns table and put your menu in the left one. It's how any professional web site are done. Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.