473,385 Members | 1,518 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

MS_POSITIONING="GridLayout"

I was curious if MS_POSITIONING="GridLayout" is supported in the Body tag?

I was running DW using a page with this in it and it says it isn't supported
in the Body tag. It says "The MS_POSITIONING attribute of the Body tag is
not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet Explorer
5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0, Netscape
Navigator 7.0]"

It does seem to work, however.

Thanks,

Tom
Nov 19 '05 #1
10 10579
i believe it is strictly used by the designer (vs.net) and isn't a
web-browser thing...it should just be ignored by the webbrowsers....

You can see some info on it:
http://xl8.net/blog/posts/240.aspx

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:O1**************@TK2MSFTNGP15.phx.gbl...
I was curious if MS_POSITIONING="GridLayout" is supported in the Body tag?

I was running DW using a page with this in it and it says it isn't supported in the Body tag. It says "The MS_POSITIONING attribute of the Body tag is
not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0, Netscape
Navigator 7.0]"

It does seem to work, however.

Thanks,

Tom

Nov 19 '05 #2
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
i believe it is strictly used by the designer (vs.net) and isn't a
web-browser thing...it should just be ignored by the webbrowsers....
So it isn't standard?

Is this another MS non-standard issue?

Tom
You can see some info on it:
http://xl8.net/blog/posts/240.aspx

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:O1**************@TK2MSFTNGP15.phx.gbl...
I was curious if MS_POSITIONING="GridLayout" is supported in the Body
tag?

I was running DW using a page with this in it and it says it isn't

supported
in the Body tag. It says "The MS_POSITIONING attribute of the Body tag
is
not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet

Explorer
5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0, Netscape
Navigator 7.0]"

It does seem to work, however.

Thanks,

Tom


Nov 19 '05 #3
I think you misunderstand...it isn't meant to be a browser attribute or
anything which effects IE/Netscape. It's meant to be a design-time
attribute. There is no standards around this...Macromedia uses its own
stuff (templates and the likes) and VS.Net makes use of it's own. It
doesn't effect the code which is outputted or how the browser behaves...just
effects how the tool you use (vs.net) works and creates the standard html
stuff...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
i believe it is strictly used by the designer (vs.net) and isn't a
web-browser thing...it should just be ignored by the webbrowsers....


So it isn't standard?

Is this another MS non-standard issue?

Tom

You can see some info on it:
http://xl8.net/blog/posts/240.aspx

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:O1**************@TK2MSFTNGP15.phx.gbl...
I was curious if MS_POSITIONING="GridLayout" is supported in the Body
tag?

I was running DW using a page with this in it and it says it isn't

supported
in the Body tag. It says "The MS_POSITIONING attribute of the Body tag
is
not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet

Explorer
5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0, Netscape
Navigator 7.0]"

It does seem to work, however.

Thanks,

Tom



Nov 19 '05 #4
its just a custom attribute (allowed by html) that is used by the vs ide
html designer. its tell the ide you want absolute positioning style
attributes when you place control on the page. its the styple commands on
the control that implement the grid layout.

note: in general you should not use grid layout as it does not support
browsers with different screen reslutions or font sizes then the one
designed on.

-- bruce (sqlwork.com)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
| >i believe it is strictly used by the designer (vs.net) and isn't a
| > web-browser thing...it should just be ignored by the webbrowsers....
|
| So it isn't standard?
|
| Is this another MS non-standard issue?
|
| Tom
| >
| > You can see some info on it:
| > http://xl8.net/blog/posts/240.aspx
| >
| > Karl
| >
| > --
| > MY ASP.Net tutorials
| > http://www.openmymind.net/index.aspx - New and Improved (yes, the popup
is
| > annoying)
| > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
| > come!)
| > "tshad" <ts**********@ftsolutions.com> wrote in message
| > news:O1**************@TK2MSFTNGP15.phx.gbl...
| >> I was curious if MS_POSITIONING="GridLayout" is supported in the Body
| >> tag?
| >>
| >> I was running DW using a page with this in it and it says it isn't
| > supported
| >> in the Body tag. It says "The MS_POSITIONING attribute of the Body tag
| >> is
| >> not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet
| > Explorer
| >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0, Netscape
| >> Navigator 7.0]"
| >>
| >> It does seem to work, however.
| >>
| >> Thanks,
| >>
| >> Tom
| >>
| >>
| >
| >
|
|
Nov 19 '05 #5
"bruce barker" <no***********@safeco.com> wrote in message
news:u6**************@TK2MSFTNGP14.phx.gbl...
its just a custom attribute (allowed by html) that is used by the vs ide
html designer. its tell the ide you want absolute positioning style
attributes when you place control on the page. its the styple commands on
the control that implement the grid layout.

note: in general you should not use grid layout as it does not support
browsers with different screen reslutions or font sizes then the one
designed on.
But this is the layout that VS set up when I created my grid.

I did notice that VS seems to use absolute for everything and DW using
sequential (not sure what you would call it - Flow?) setup.

I noticed that in DW, it would show the objects correctly, but would not
show the attributes that VS set:

<asp:Label ID="Label1" style="Z-INDEX: 101; LEFT: 312px; POSITION: absolute;
TOP: 80px" runat="server"
Width="120px">Label</asp:Label>

I am trying to figure out how to use both for my development. I use DW for
most of my work, but am going to need to use VS for my code-behind and
general classes. I need VS to compile the classes (I assume).

Tom
-- bruce (sqlwork.com)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
| >i believe it is strictly used by the designer (vs.net) and isn't a
| > web-browser thing...it should just be ignored by the webbrowsers....
|
| So it isn't standard?
|
| Is this another MS non-standard issue?
|
| Tom
| >
| > You can see some info on it:
| > http://xl8.net/blog/posts/240.aspx
| >
| > Karl
| >
| > --
| > MY ASP.Net tutorials
| > http://www.openmymind.net/index.aspx - New and Improved (yes, the
popup
is
| > annoying)
| > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
| > come!)
| > "tshad" <ts**********@ftsolutions.com> wrote in message
| > news:O1**************@TK2MSFTNGP15.phx.gbl...
| >> I was curious if MS_POSITIONING="GridLayout" is supported in the Body
| >> tag?
| >>
| >> I was running DW using a page with this in it and it says it isn't
| > supported
| >> in the Body tag. It says "The MS_POSITIONING attribute of the Body
tag
| >> is
| >> not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet
| > Explorer
| >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0,
Netscape
| >> Navigator 7.0]"
| >>
| >> It does seem to work, however.
| >>
| >> Thanks,
| >>
| >> Tom
| >>
| >>
| >
| >
|
|

Nov 19 '05 #6
I would say grid layout cannot really be used for any production
application. It is there and it is the default, because VS wanted it to make
it easier and faster to build a page. But faster and easier isn't
necessarily better or more maintainable. And as you found out, it is a VS
only attribute, so it would be ignored by other software. Definitely use
flow layout only.

"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"bruce barker" <no***********@safeco.com> wrote in message
news:u6**************@TK2MSFTNGP14.phx.gbl...
its just a custom attribute (allowed by html) that is used by the vs ide
html designer. its tell the ide you want absolute positioning style
attributes when you place control on the page. its the styple commands on
the control that implement the grid layout.

note: in general you should not use grid layout as it does not support
browsers with different screen reslutions or font sizes then the one
designed on.


But this is the layout that VS set up when I created my grid.

I did notice that VS seems to use absolute for everything and DW using
sequential (not sure what you would call it - Flow?) setup.

I noticed that in DW, it would show the objects correctly, but would not
show the attributes that VS set:

<asp:Label ID="Label1" style="Z-INDEX: 101; LEFT: 312px; POSITION:
absolute; TOP: 80px" runat="server"
Width="120px">Label</asp:Label>

I am trying to figure out how to use both for my development. I use DW
for most of my work, but am going to need to use VS for my code-behind and
general classes. I need VS to compile the classes (I assume).

Tom

-- bruce (sqlwork.com)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
| >i believe it is strictly used by the designer (vs.net) and isn't a
| > web-browser thing...it should just be ignored by the webbrowsers....
|
| So it isn't standard?
|
| Is this another MS non-standard issue?
|
| Tom
| >
| > You can see some info on it:
| > http://xl8.net/blog/posts/240.aspx
| >
| > Karl
| >
| > --
| > MY ASP.Net tutorials
| > http://www.openmymind.net/index.aspx - New and Improved (yes, the
popup
is
| > annoying)
| > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more
to
| > come!)
| > "tshad" <ts**********@ftsolutions.com> wrote in message
| > news:O1**************@TK2MSFTNGP15.phx.gbl...
| >> I was curious if MS_POSITIONING="GridLayout" is supported in the
Body
| >> tag?
| >>
| >> I was running DW using a page with this in it and it says it isn't
| > supported
| >> in the Body tag. It says "The MS_POSITIONING attribute of the Body
tag
| >> is
| >> not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet
| > Explorer
| >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0,
Netscape
| >> Navigator 7.0]"
| >>
| >> It does seem to work, however.
| >>
| >> Thanks,
| >>
| >> Tom
| >>
| >>
| >
| >
|
|


Nov 19 '05 #7
This is the exact senario that I have. I use DW for HTML editing and VS to
do codebehind and compiling. So I have both of them open up at the same
time. Remove the MS_Positioning Gridlayout attribute and just leave the
html editing to dreamweaver. VS sucks as a html editor. A little advice,
when you are editing in DW make sure in VS that the design view is close,
same goes if you are editing in VS close the view in DW.

"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"bruce barker" <no***********@safeco.com> wrote in message
news:u6**************@TK2MSFTNGP14.phx.gbl...
its just a custom attribute (allowed by html) that is used by the vs ide
html designer. its tell the ide you want absolute positioning style
attributes when you place control on the page. its the styple commands on
the control that implement the grid layout.

note: in general you should not use grid layout as it does not support
browsers with different screen reslutions or font sizes then the one
designed on.


But this is the layout that VS set up when I created my grid.

I did notice that VS seems to use absolute for everything and DW using
sequential (not sure what you would call it - Flow?) setup.

I noticed that in DW, it would show the objects correctly, but would not
show the attributes that VS set:

<asp:Label ID="Label1" style="Z-INDEX: 101; LEFT: 312px; POSITION:
absolute; TOP: 80px" runat="server"
Width="120px">Label</asp:Label>

I am trying to figure out how to use both for my development. I use DW
for most of my work, but am going to need to use VS for my code-behind and
general classes. I need VS to compile the classes (I assume).

Tom

-- bruce (sqlwork.com)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
| >i believe it is strictly used by the designer (vs.net) and isn't a
| > web-browser thing...it should just be ignored by the webbrowsers....
|
| So it isn't standard?
|
| Is this another MS non-standard issue?
|
| Tom
| >
| > You can see some info on it:
| > http://xl8.net/blog/posts/240.aspx
| >
| > Karl
| >
| > --
| > MY ASP.Net tutorials
| > http://www.openmymind.net/index.aspx - New and Improved (yes, the
popup
is
| > annoying)
| > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more
to
| > come!)
| > "tshad" <ts**********@ftsolutions.com> wrote in message
| > news:O1**************@TK2MSFTNGP15.phx.gbl...
| >> I was curious if MS_POSITIONING="GridLayout" is supported in the
Body
| >> tag?
| >>
| >> I was running DW using a page with this in it and it says it isn't
| > supported
| >> in the Body tag. It says "The MS_POSITIONING attribute of the Body
tag
| >> is
| >> not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet
| > Explorer
| >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0,
Netscape
| >> Navigator 7.0]"
| >>
| >> It does seem to work, however.
| >>
| >> Thanks,
| >>
| >> Tom
| >>
| >>
| >
| >
|
|


Nov 19 '05 #8
"Marina" <so*****@nospam.com> wrote in message
news:ev*************@TK2MSFTNGP12.phx.gbl...
I would say grid layout cannot really be used for any production
application. It is there and it is the default, because VS wanted it to
make it easier and faster to build a page. But faster and easier isn't
necessarily better or more maintainable. And as you found out, it is a VS
only attribute, so it would be ignored by other software. Definitely use
flow layout only.
How do I tell VS to do it this way?

Tom
"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"bruce barker" <no***********@safeco.com> wrote in message
news:u6**************@TK2MSFTNGP14.phx.gbl...
its just a custom attribute (allowed by html) that is used by the vs ide
html designer. its tell the ide you want absolute positioning style
attributes when you place control on the page. its the styple commands
on
the control that implement the grid layout.

note: in general you should not use grid layout as it does not support
browsers with different screen reslutions or font sizes then the one
designed on.


But this is the layout that VS set up when I created my grid.

I did notice that VS seems to use absolute for everything and DW using
sequential (not sure what you would call it - Flow?) setup.

I noticed that in DW, it would show the objects correctly, but would not
show the attributes that VS set:

<asp:Label ID="Label1" style="Z-INDEX: 101; LEFT: 312px; POSITION:
absolute; TOP: 80px" runat="server"
Width="120px">Label</asp:Label>

I am trying to figure out how to use both for my development. I use DW
for most of my work, but am going to need to use VS for my code-behind
and general classes. I need VS to compile the classes (I assume).

Tom

-- bruce (sqlwork.com)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net>
| wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
| >i believe it is strictly used by the designer (vs.net) and isn't a
| > web-browser thing...it should just be ignored by the webbrowsers....
|
| So it isn't standard?
|
| Is this another MS non-standard issue?
|
| Tom
| >
| > You can see some info on it:
| > http://xl8.net/blog/posts/240.aspx
| >
| > Karl
| >
| > --
| > MY ASP.Net tutorials
| > http://www.openmymind.net/index.aspx - New and Improved (yes, the
popup
is
| > annoying)
| > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more
to
| > come!)
| > "tshad" <ts**********@ftsolutions.com> wrote in message
| > news:O1**************@TK2MSFTNGP15.phx.gbl...
| >> I was curious if MS_POSITIONING="GridLayout" is supported in the
Body
| >> tag?
| >>
| >> I was running DW using a page with this in it and it says it isn't
| > supported
| >> in the Body tag. It says "The MS_POSITIONING attribute of the Body
tag
| >> is
| >> not supported. [Microsoft Internet Explorer 5.0, Microsoft Internet
| > Explorer
| >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0,
Netscape
| >> Navigator 7.0]"
| >>
| >> It does seem to work, however.
| >>
| >> Thanks,
| >>
| >> Tom
| >>
| >>
| >
| >
|
|



Nov 19 '05 #9
It's a property in the Properties window. As someone else mentioned,
deleting the attribute entirely works too.

"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
"Marina" <so*****@nospam.com> wrote in message
news:ev*************@TK2MSFTNGP12.phx.gbl...
I would say grid layout cannot really be used for any production
application. It is there and it is the default, because VS wanted it to
make it easier and faster to build a page. But faster and easier isn't
necessarily better or more maintainable. And as you found out, it is a VS
only attribute, so it would be ignored by other software. Definitely use
flow layout only.


How do I tell VS to do it this way?

Tom

"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"bruce barker" <no***********@safeco.com> wrote in message
news:u6**************@TK2MSFTNGP14.phx.gbl...
its just a custom attribute (allowed by html) that is used by the vs
ide
html designer. its tell the ide you want absolute positioning style
attributes when you place control on the page. its the styple commands
on
the control that implement the grid layout.

note: in general you should not use grid layout as it does not support
browsers with different screen reslutions or font sizes then the one
designed on.

But this is the layout that VS set up when I created my grid.

I did notice that VS seems to use absolute for everything and DW using
sequential (not sure what you would call it - Flow?) setup.

I noticed that in DW, it would show the objects correctly, but would not
show the attributes that VS set:

<asp:Label ID="Label1" style="Z-INDEX: 101; LEFT: 312px; POSITION:
absolute; TOP: 80px" runat="server"
Width="120px">Label</asp:Label>

I am trying to figure out how to use both for my development. I use DW
for most of my work, but am going to need to use VS for my code-behind
and general classes. I need VS to compile the classes (I assume).

Tom

-- bruce (sqlwork.com)
"tshad" <ts**********@ftsolutions.com> wrote in message
news:Oh**************@TK2MSFTNGP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net>
| wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
| >i believe it is strictly used by the designer (vs.net) and isn't a
| > web-browser thing...it should just be ignored by the
webbrowsers....
|
| So it isn't standard?
|
| Is this another MS non-standard issue?
|
| Tom
| >
| > You can see some info on it:
| > http://xl8.net/blog/posts/240.aspx
| >
| > Karl
| >
| > --
| > MY ASP.Net tutorials
| > http://www.openmymind.net/index.aspx - New and Improved (yes, the
popup
is
| > annoying)
| > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more
to
| > come!)
| > "tshad" <ts**********@ftsolutions.com> wrote in message
| > news:O1**************@TK2MSFTNGP15.phx.gbl...
| >> I was curious if MS_POSITIONING="GridLayout" is supported in the
Body
| >> tag?
| >>
| >> I was running DW using a page with this in it and it says it isn't
| > supported
| >> in the Body tag. It says "The MS_POSITIONING attribute of the
Body tag
| >> is
| >> not supported. [Microsoft Internet Explorer 5.0, Microsoft
Internet
| > Explorer
| >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0,
Netscape
| >> Navigator 7.0]"
| >>
| >> It does seem to work, however.
| >>
| >> Thanks,
| >>
| >> Tom
| >>
| >>
| >
| >
|
|



Nov 19 '05 #10
"Marina" <so*****@nospam.com> wrote in message
news:uW**************@TK2MSFTNGP15.phx.gbl...
It's a property in the Properties window. As someone else mentioned,
deleting the attribute entirely works too.
That's much better.

Is the property for this page only? If so, is there a way to tell VS to
default to Flow all the time?

Thanks,

Tom
"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
"Marina" <so*****@nospam.com> wrote in message
news:ev*************@TK2MSFTNGP12.phx.gbl...
I would say grid layout cannot really be used for any production
application. It is there and it is the default, because VS wanted it to
make it easier and faster to build a page. But faster and easier isn't
necessarily better or more maintainable. And as you found out, it is a VS
only attribute, so it would be ignored by other software. Definitely use
flow layout only.


How do I tell VS to do it this way?

Tom

"tshad" <ts**********@ftsolutions.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"bruce barker" <no***********@safeco.com> wrote in message
news:u6**************@TK2MSFTNGP14.phx.gbl...
> its just a custom attribute (allowed by html) that is used by the vs
> ide
> html designer. its tell the ide you want absolute positioning style
> attributes when you place control on the page. its the styple commands
> on
> the control that implement the grid layout.
>
> note: in general you should not use grid layout as it does not support
> browsers with different screen reslutions or font sizes then the one
> designed on.

But this is the layout that VS set up when I created my grid.

I did notice that VS seems to use absolute for everything and DW using
sequential (not sure what you would call it - Flow?) setup.

I noticed that in DW, it would show the objects correctly, but would
not show the attributes that VS set:

<asp:Label ID="Label1" style="Z-INDEX: 101; LEFT: 312px; POSITION:
absolute; TOP: 80px" runat="server"
Width="120px">Label</asp:Label>

I am trying to figure out how to use both for my development. I use DW
for most of my work, but am going to need to use VS for my code-behind
and general classes. I need VS to compile the classes (I assume).

Tom
>
> -- bruce (sqlwork.com)
>
>
> "tshad" <ts**********@ftsolutions.com> wrote in message
> news:Oh**************@TK2MSFTNGP09.phx.gbl...
> | "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
> net>
> | wrote in message news:u8*************@TK2MSFTNGP15.phx.gbl...
> | >i believe it is strictly used by the designer (vs.net) and isn't a
> | > web-browser thing...it should just be ignored by the
> webbrowsers....
> |
> | So it isn't standard?
> |
> | Is this another MS non-standard issue?
> |
> | Tom
> | >
> | > You can see some info on it:
> | > http://xl8.net/blog/posts/240.aspx
> | >
> | > Karl
> | >
> | > --
> | > MY ASP.Net tutorials
> | > http://www.openmymind.net/index.aspx - New and Improved (yes, the
> popup
> is
> | > annoying)
> | > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ
> (more to
> | > come!)
> | > "tshad" <ts**********@ftsolutions.com> wrote in message
> | > news:O1**************@TK2MSFTNGP15.phx.gbl...
> | >> I was curious if MS_POSITIONING="GridLayout" is supported in the
> Body
> | >> tag?
> | >>
> | >> I was running DW using a page with this in it and it says it
> isn't
> | > supported
> | >> in the Body tag. It says "The MS_POSITIONING attribute of the
> Body tag
> | >> is
> | >> not supported. [Microsoft Internet Explorer 5.0, Microsoft
> Internet
> | > Explorer
> | >> 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0,
> Netscape
> | >> Navigator 7.0]"
> | >>
> | >> It does seem to work, however.
> | >>
> | >> Thanks,
> | >>
> | >> Tom
> | >>
> | >>
> | >
> | >
> |
> |
>
>



Nov 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Tao | last post by:
I just upgraded .NET framework to 1.1 and VS.Net to 2003 version and tried to test it out. I created an ASP.NET project using the wizard and tried to run it by hitting "F5". I got an exception:...
0
by: mc kim via .NET 247 | last post by:
What I am trying to is automatic bidding process in Ebay site... WebClient class can uploads form data easily. I have collected ebay url & form data to uploads.. Most of process is quite easy...
0
by: Martin Colmenares | last post by:
After I set my <%@ page ValidateRequest="false" %> , I still get the error illustrated below. The msdn mentioned something about filtering using the HTMLEncode. This is a snippet of the code that...
2
by: Hazzard | last post by:
I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the client side, I lose the new value of the textbox when...
4
by: Don Wash | last post by:
Hi All! I'm getting the following Error: No DLLs has been compiled yet and nothing in the \bin directory. So it is not the versioning problem or anything like that. And here are the...
2
by: Just D. | last post by:
Who knows what should we include into aspx file to show some image as a background picture but only once at the top of the page? I don't want to add the Image control because even if it uses a...
2
by: Alex Nitulescu | last post by:
Hi. I have the following HTML (snip): _____________________________________________ <body MS_POSITIONING="GridLayout" onload="Init()"> <form id="frmWebServerAdvanced_1Test" method="post"...
1
by: conckrish | last post by:
Hi All.. Can u please explain me, what is the difference between FlowLayout and GridLayout and which one is best for DataGrid control?? Thanks!!
1
by: Penn | last post by:
When adding a new ASPX page in Visual Studio, it automatically add MS_POSITIONING="GridLayout" to the page body. How can I make it not to do this? Couldn't find any configuration from options. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.