You must Sign In to post a response.
  • Category: ASP.NET

    How to split screen into 2 part.Is there any thing like spiltter?

    I want to make my application just like sql management studio.That's why I want to use spitter control for this.Above will be query,below part grid.When use horizontal line and move above,query box get reduce,output box get increase.Which control should be use for this?Does anybody have idea about this?
  • #765775
    hi
    can you use list box in top row bottom row grid control for this,

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #765785
    Hi pinky,

    In windows applications we have an option, but in web application we don't have that option. For splitting the sections we were used frames, div, panels etc,... in our webapplication, based on your need you can use any one of those.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #765791
    You can use Jquery Spliter control..

    https://plugins.jquery.com/splitter/

    check the demo in this page.

  • #765794
    Hai Pinky,
    To split the screen or show the data in different parts of the screen, you can use the iFrame, div or panels.
    These controls can be used to show the data in to multiple sections of the same page.
    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com

  • #765807
    you want dockable like panel right ? the one with sql server ?
    if so then JQuery will be help you more than once, check out below link for more detail
    http://www.jankoatwarpspeed.com/advanced-docking-using-jquery/

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments