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. question on MS_POSITIONING

question on MS_POSITIONING

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
7 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.
  • V Offline
    V Offline
    vanhawk
    wrote on last edited by
    #1

    Is the MS_POSITIONING attribute still exists in the .Net 2.0 Thanks and Regards

    S 1 Reply Last reply
    0
    • V vanhawk

      Is the MS_POSITIONING attribute still exists in the .Net 2.0 Thanks and Regards

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      You want to convert the project from 1.1 to 2.0 in asp.net

      SSK. Anyone who says sunshine brings happiness has never danced in the rain.

      V 1 Reply Last reply
      0
      • S Sathesh Sakthivel

        You want to convert the project from 1.1 to 2.0 in asp.net

        SSK. Anyone who says sunshine brings happiness has never danced in the rain.

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

        thanks for the reply, actually the system are already converted from 1.1 to 2.0 but the MS_POSITIONING attribute reflect an error on HTML code, all i need to know, if the MS_POSITIONING is still supported on 2.0 version of .Net or any attribute that replace the function of MS_POSITIONING

        S 1 Reply Last reply
        0
        • V vanhawk

          thanks for the reply, actually the system are already converted from 1.1 to 2.0 but the MS_POSITIONING attribute reflect an error on HTML code, all i need to know, if the MS_POSITIONING is still supported on 2.0 version of .Net or any attribute that replace the function of MS_POSITIONING

          S Offline
          S Offline
          Sathesh Sakthivel
          wrote on last edited by
          #4

          MS_Positioning is not supported in ASp.Net 2.0 version.

          SSK. Anyone who says sunshine brings happiness has never danced in the rain.

          V 1 Reply Last reply
          0
          • S Sathesh Sakthivel

            MS_Positioning is not supported in ASp.Net 2.0 version.

            SSK. Anyone who says sunshine brings happiness has never danced in the rain.

            V Offline
            V Offline
            vanhawk
            wrote on last edited by
            #5

            thaks for the reply, what will be the effect of this MS_POSITIONING on the page if the 1.1 version was converted to 2.0

            M 1 Reply Last reply
            0
            • V vanhawk

              thaks for the reply, what will be the effect of this MS_POSITIONING on the page if the 1.1 version was converted to 2.0

              M Offline
              M Offline
              mareers
              wrote on last edited by
              #6

              ASP.NET 1.1 to ASP.NET 2.0 Migration #2 I believe that MS_POSITIONING keyword is deprecated in ASP.NET 2.0. ASP.NET 1.1 ASP.NET 2.0 By default, ASP.NET 2.0 is based on Flow Layout. So just remove the MS_POSITIONING keyword. But how about GridLayout? That is a very good question. Since all the ASP.NET 2.0 by default are based on FlowLayout, how can we change this? ASP.NET 1.1 ASP.NET 2.0 You still have to remove the keyword MS_POSITIONING like this: But in order for you to use grid layout for absolute positioning of controls, do this: In your VS 2005 IDE, click on Tools -> Options -> HTML Designer -> CSS Positioning Then checks the "Change positioning to the following for controls added using the Toolbox, paste or drag and drop", then selects "Absolute Positioned" OR you can do this: Say you only want certain control to be absolute and others still based on flow layout. Select a control on the designer and then go to Layout -> Position Change from Not Set to Absolute -------- Thnks for posting this question. I too donno the answer. got this from some .net forum --Sreeram

              V 1 Reply Last reply
              0
              • M mareers

                ASP.NET 1.1 to ASP.NET 2.0 Migration #2 I believe that MS_POSITIONING keyword is deprecated in ASP.NET 2.0. ASP.NET 1.1 ASP.NET 2.0 By default, ASP.NET 2.0 is based on Flow Layout. So just remove the MS_POSITIONING keyword. But how about GridLayout? That is a very good question. Since all the ASP.NET 2.0 by default are based on FlowLayout, how can we change this? ASP.NET 1.1 ASP.NET 2.0 You still have to remove the keyword MS_POSITIONING like this: But in order for you to use grid layout for absolute positioning of controls, do this: In your VS 2005 IDE, click on Tools -> Options -> HTML Designer -> CSS Positioning Then checks the "Change positioning to the following for controls added using the Toolbox, paste or drag and drop", then selects "Absolute Positioned" OR you can do this: Say you only want certain control to be absolute and others still based on flow layout. Select a control on the designer and then go to Layout -> Position Change from Not Set to Absolute -------- Thnks for posting this question. I too donno the answer. got this from some .net forum --Sreeram

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

                Thank you very much for the information

                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