473,660 Members | 2,475 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 10613
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**********@f tsolutions.com> wrote in message
news:O1******** ******@TK2MSFTN GP15.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******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
news:O1******** ******@TK2MSFTN GP15.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...Macromed ia 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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
news:O1******** ******@TK2MSFTN GP15.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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
| > news:O1******** ******@TK2MSFTN GP15.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******** ******@TK2MSFTN GP14.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">L abel</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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
| > news:O1******** ******@TK2MSFTN GP15.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**********@f tsolutions.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
"bruce barker" <no***********@ safeco.com> wrote in message
news:u6******** ******@TK2MSFTN GP14.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">L abel</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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
| > news:O1******** ******@TK2MSFTN GP15.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**********@f tsolutions.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
"bruce barker" <no***********@ safeco.com> wrote in message
news:u6******** ******@TK2MSFTN GP14.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">L abel</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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
| wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
| > news:O1******** ******@TK2MSFTN GP15.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******** *****@TK2MSFTNG P12.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**********@f tsolutions.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
"bruce barker" <no***********@ safeco.com> wrote in message
news:u6******** ******@TK2MSFTN GP14.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">L abel</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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net>
| wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
| > news:O1******** ******@TK2MSFTN GP15.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**********@f tsolutions.com> wrote in message
news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
"Marina" <so*****@nospam .com> wrote in message
news:ev******** *****@TK2MSFTNG P12.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**********@f tsolutions.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
"bruce barker" <no***********@ safeco.com> wrote in message
news:u6******** ******@TK2MSFTN GP14.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">L abel</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**********@f tsolutions.com> wrote in message
news:Oh******** ******@TK2MSFTN GP09.phx.gbl...
| "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net>
| wrote in message news:u8******** *****@TK2MSFTNG P15.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**********@f tsolutions.com> wrote in message
| > news:O1******** ******@TK2MSFTN GP15.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

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

Similar topics

0
3626
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: "Specified cast is not valid." The only thing i put there was a "test this." inside the form. What might be the problem here? Thanks in advance. The Exception:
0
2039
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 and simple. But ebay webserver send me your password is not valid... But the password is clearly correct.. you can type it at the result page and submit. Then you can see a message - bidding has ended and you are logged in. <- This is the message...
0
6458
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 should display the result. </head> <body MS_POSITIONING="GridLayout" bgcolor="gainsboro"> <form id="Form1" method="post" runat="server"> <INPUT style="Z-INDEX: 101; LEFT: 248px; POSITION:absolute; TOP:184px" type="button" value=" OK "...
2
8387
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 submitting the form to update the database. The server doesn't have the client side value any more. It seems to me that as I begin to write the client side javacript code for form validation and client side editing capabilities in order to save...
4
2712
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 source of the files...
2
2519
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 transparent gif image I can't use LinkButtons over this image. The string that I'm using now is: <body background="BMP/Header.gif" MS_POSITIONING="GridLayout"> Maybe I should use something else in place of GridLayout?
2
1249
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" runat="server"> <div id="service" style="behavior:url(webservice.htc)" onresult="Service_Result()"></div> °Fahrenheit: <input id="txtFahrenheit"> <input type="Button" value="Convert !" onclick="Button_Click()"> <span id="lblCelsius"></span>
1
2502
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
4356
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. Thanks! Penn
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8539
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8630
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4342
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.