Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Panel Control

Panel Control

Scheduled Pinned Locked Moved ASP.NET
csharphelptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Thanusree Duth
    wrote on last edited by
    #1

    I m using asp .net 2.0.How to maximise the panel contol when the page is loaded in web application?Plese help..

    B T 2 Replies Last reply
    0
    • T Thanusree Duth

      I m using asp .net 2.0.How to maximise the panel contol when the page is loaded in web application?Plese help..

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      Thanusree Duth wrote:

      How to maximise the panel contol when the page is loaded in web application

      Not clear.. Whether you want to change the size. You can do from javascript as well.

      Cheers!! Brij My Blog
      Check my latest Article :ViewState - Various ways to reduce performance overhead

      1 Reply Last reply
      0
      • T Thanusree Duth

        I m using asp .net 2.0.How to maximise the panel contol when the page is loaded in web application?Plese help..

        T Offline
        T Offline
        Tej Aj
        wrote on last edited by
        #3

        Here is the solution to ur problem

            function maximizePanel()
            {
                var screenHeight = window.screen.availHeight;
                var screenWidth = window.screen.availWidth;
                document.getElementById('<% =Panel1.ClientID %>').style.width = screenWidth - 10;
                document.getElementById('<% =Panel1.ClientID %>').style.height = screenHeight - 10;
            }    
        

        Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups