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. Aspx Page Size.

Aspx Page Size.

Scheduled Pinned Locked Moved ASP.NET
question
9 Posts 5 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.
  • V Offline
    V Offline
    Vanamaindia
    wrote on last edited by
    #1

    I want to decrease the aspx page size ..How can i do??

    N J 2 Replies Last reply
    0
    • V Vanamaindia

      I want to decrease the aspx page size ..How can i do??

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Vanamaindia wrote:

      I want to decrease the aspx page size ..How can i do??

      Size depends on the content it has


      My Website | Ask smart questions

      V 1 Reply Last reply
      0
      • N N a v a n e e t h

        Vanamaindia wrote:

        I want to decrease the aspx page size ..How can i do??

        Size depends on the content it has


        My Website | Ask smart questions

        V Offline
        V Offline
        Vanamaindia
        wrote on last edited by
        #3

        I want to show the aspx as small window how it is?

        N J R 3 Replies Last reply
        0
        • V Vanamaindia

          I want to decrease the aspx page size ..How can i do??

          J Offline
          J Offline
          John ph
          wrote on last edited by
          #4

          Vanamaindia wrote:

          I want to decrease the aspx page size ..How can i do??

          Disable the Viewstate of the aspx page... <%@ Page EnableViewState=”false” %>

          Regards
          J O H N :rose:
          "Even eagles need a push." David McNally


          1 Reply Last reply
          0
          • V Vanamaindia

            I want to show the aspx as small window how it is?

            J Offline
            J Offline
            John ph
            wrote on last edited by
            #5

            Do you mean that you want to reduce the height and width of the pop-up window?

            Regards
            J O H N :rose:
            "Even eagles need a push." David McNally


            1 Reply Last reply
            0
            • V Vanamaindia

              I want to show the aspx as small window how it is?

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #6

              Vanamaindia wrote:

              I want to show the aspx as small window how it is?

              Small window ? Window size you can't define until you are not opening the window. If you are opening window using some script, you can size it. But that won't be applicable for starting page.


              My Website | Ask smart questions

              V 1 Reply Last reply
              0
              • N N a v a n e e t h

                Vanamaindia wrote:

                I want to show the aspx as small window how it is?

                Small window ? Window size you can't define until you are not opening the window. If you are opening window using some script, you can size it. But that won't be applicable for starting page.


                My Website | Ask smart questions

                V Offline
                V Offline
                Vanamaindia
                wrote on last edited by
                #7

                I have simply One listbox in that page.So I want to decrease the window size

                S 1 Reply Last reply
                0
                • V Vanamaindia

                  I have simply One listbox in that page.So I want to decrease the window size

                  S Offline
                  S Offline
                  Sandeep Akhare
                  wrote on last edited by
                  #8

                  As far my knowledge it is not possible you can't change the current window size. you can open a new window using javascript of size you want window.open('testpage.htm','null',"height=500, width=600,status=yes,toolbar=yes, menubar=yes,location=no");

                  Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

                  1 Reply Last reply
                  0
                  • V Vanamaindia

                    I want to show the aspx as small window how it is?

                    R Offline
                    R Offline
                    rashidpervaiz08
                    wrote on last edited by
                    #9

                    You can use java script function window.open e.g. window.open(url,'myWin','width=700, height=500, top=200, left=300, toolbar=0, menubar=0, location=0, status=1, scrollbars=1, resizable=0, parent=1');

                    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