display problem - need urgent help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Adela Arpitha
    New Member
    • Jan 2008
    • 15

    display problem - need urgent help

    hello,
    i have designed an intranet website using asp.net c# in my laptop which is a widescreen....a nd when i project / run it in a desktop or projector 20% of the screen gets cut...please help me out of this problem as i have to put my project live next week please help.
    I heard there is a solution in asp.net ...please let me know the procedure do solve my problem.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by Adela Arpitha
    hello,
    i have designed an intranet website using asp.net c# in my laptop which is a widescreen....a nd when i project / run it in a desktop or projector 20% of the screen gets cut...please help me out of this problem as i have to put my project live next week please help.
    I heard there is a solution in asp.net ...please let me know the procedure do solve my problem.
    You developed an ASP.NET application...s ince ASP.NET applications run in web browsers, I don't understand how 20% of your screen gets cut off.

    Have you considered putting the content of your page into a <div> tag and setting that width to whatever size you need it to be?

    Could you please explain your problem in more detail?

    -Frinny

    Comment

    • kenobewan
      Recognized Expert Specialist
      • Dec 2006
      • 4871

      #3
      Try thinking about css and browser resolution. What are the client requirements for your intranet? Did you develop with these in mind?

      Comment

      • kunal pawar
        Contributor
        • Oct 2007
        • 297

        #4
        i guess u used width and height in pixel. if yes then change it into %

        Comment

        • CyberSoftHari
          Recognized Expert Contributor
          • Sep 2007
          • 488

          #5
          Originally posted by Adela Arpitha
          hello,
          i have designed an intranet website using asp.net c# in my laptop which is a widescreen....a nd when i project / run it in a desktop or projector 20% of the screen gets cut...please help me out of this problem as i have to put my project live next week please help.
          I heard there is a solution in asp.net ...please let me know the procedure do solve my problem.
          We do not understand what you mean for “CUT”?
          • Is it viewable if we move scrollbars?
            Sol: adjust all control height and width.
          • Half part is viewable?
            Sol: Check and adjust <Div>, <panel>, <placeholder> width and height then make all content visible.

          Comment

          • shivakanungo
            New Member
            • Jun 2008
            • 6

            #6
            just change the body add to style property marginleft=0px; marginright:0px ;marginbutton:0 px;margintop:0p x; and

            Comment

            • Adela Arpitha
              New Member
              • Jan 2008
              • 15

              #7
              Hi,
              thanks so very much for all ur help. i understood the problem.
              first of all my laptop has no proper drivers to connect it to a projector and it was the projector which was projecting the screen & in this case it was a widescreen cutting 20% of the screen.
              thanks everyone, but i was very confused. I also tried all ur suggestions.Tha nks again.

              Comment

              • Adela Arpitha
                New Member
                • Jan 2008
                • 15

                #8
                I also wanted to know if asp.net is compatible with all operating system(all windows versions, unix, linux, mac..) and web browsers (IE, mozilla, netscape navigator..).

                Comment

                • shivakanungo
                  New Member
                  • Jun 2008
                  • 6

                  #9
                  Originally posted by Adela Arpitha
                  I also wanted to know if asp.net is compatible with all operating system(all windows versions, unix, linux, mac..) and web browsers (IE, mozilla, netscape navigator..).
                  ya asp.net is compatible in all O.s,. but as per the browser its compatable but for it u hacve adjust the style [property

                  Comment

                  Working...