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. asp .net web design

asp .net web design

Scheduled Pinned Locked Moved ASP.NET
helpcsharpdesign
3 Posts 2 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

    hi.. I have created a rdlc in asp .net web application.When project runs,by clicking a button,report appears.But there is a problem.When only the maximise button is clicked,that window will become maximise..I need that when page is loaded,it became in maximised form.Pls help me..There is not any property such as" window state" for aspx page.Pls help me :((

    S 1 Reply Last reply
    0
    • T Thanusree Duth

      hi.. I have created a rdlc in asp .net web application.When project runs,by clicking a button,report appears.But there is a problem.When only the maximise button is clicked,that window will become maximise..I need that when page is loaded,it became in maximised form.Pls help me..There is not any property such as" window state" for aspx page.Pls help me :((

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      You can use JavaScript to set it. You can do it like this:

      <script language="javascript">
      window.moveTo(0,0);
      window.resizeTo(screen.availWidth, screen.availHeight);
      </script>

      T 1 Reply Last reply
      0
      • S Sandeep Mewara

        You can use JavaScript to set it. You can do it like this:

        <script language="javascript">
        window.moveTo(0,0);
        window.resizeTo(screen.availWidth, screen.availHeight);
        </script>

        T Offline
        T Offline
        Thanusree Duth
        wrote on last edited by
        #3

        Thanks a lot..It works... :-O

        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