question on MS_POSITIONING
-
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.
-
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.
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
-
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
MS_Positioning is not supported in ASp.Net 2.0 version.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
MS_Positioning is not supported in ASp.Net 2.0 version.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
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
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
-
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