Jump to content
Xtreme .Net Talk

Recommended Posts

  • 1 year later...
Posted

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

Posted

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.

"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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...