473,405 Members | 2,310 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,405 software developers and data experts.

Error: A page can have only one server-side Form tag.

I only have 1 set of <FORM> tags in my HTML file, but I keep getting this
error. Any ideas?

***********
A page can have only one server-side Form tag.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A page can have only one
server-side Form tag.

*************

Here's my html:

<%@ Register TagPrefix="uc1" TagName="ucMnuNavEmpty"
Src="ucMnuNavEmpty.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ucMnuEmpty" Src="ucMnuEmpty.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb"
Inherits="sp.Login"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Login</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="sp.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftMargin="0" topMargin="0" rightMargin="0">
<FORM id="Form1" method="post" runat="server"> <!-- ImageReady Slices
(spSite.psd) -->
<P></P>
<DIV align="center">
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="700"
align="center" border="0">
<TR>
<TD><IMG height="1" src="images/spacer.gif" width="10"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="117"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="19"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="38"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="314"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="3"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="181"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="9"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="9"></TD>
<TD></TD>
</TR>
<TR>
<TD colSpan="9"><IMG height="9" src="images/spSite_01.jpg"
width="700"></TD>
<TD><IMG height="9" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="9"><IMG height="491" src="images/spSite_02.jpg"
width="10"></TD>
<TD colSpan="3" rowSpan="2"><IMG height="25"
src="images/HeaderLeft.jpg" width="174"></TD>
<TD rowSpan="3"><A href="http://www.sp.com"><IMG height="26"
alt="Stroke Play Homepage" src="images/spWord.jpg" width="314"
border="0"></A></TD>
<TD rowSpan="4"><IMG height="104" src="images/spSite_05.jpg"
width="3"></TD>
<TD colSpan="2"><IMG height="24" src="images/HeaderRight.jpg"
width="190"></TD>
<TD rowSpan="9"><IMG height="491" src="images/spSite_07.jpg"
width="9"></TD>
<TD><IMG height="24" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="2" rowSpan="3"><IMG height="80"
src="images/spSite_08.jpg" width="190"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="3" rowSpan="2"><IMG height="79"
src="images/spSite_09.jpg" width="174"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="78" src="images/spSite_10.jpg" width="314"></TD>
<TD><IMG height="78" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="2"><IMG height="95" src="images/spSite_11.jpg"
width="117"></TD>
<TD colSpan="5">
<uc1:ucMnuEmpty id="UcMnuEmpty1"
runat="server"></uc1:ucMnuEmpty></TD>
<TD rowSpan="5"><IMG height="387" src="images/spSite_13.jpg"
width="9"></TD>
<TD><IMG height="22" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="4"><IMG height="365" src="images/spSite_14.jpg"
width="19"></TD>
<TD vAlign="top" align="left" colSpan="4" rowSpan="2">
<TABLE id="Table1" style="BACKGROUND-ATTACHMENT: scroll;
BACKGROUND-IMAGE: url(images/Content.jpg); BACKGROUND-REPEAT: no-repeat;
BACKGROUND-COLOR: transparent"
height="343" cellSpacing="0" cellPadding="0" width="536"
align="left" border="0">
<TR>
<TD vAlign="top" align="center">
<H1>Login To sp.com</H1>
<TABLE id="Table2" height="280" cellSpacing="0" cellPadding="1"
width="509" align="center"
border="1">
<TR>
<TD vAlign="middle" align="center" bgColor="#f6fbe7">
<P>&nbsp;</P>
<P>&nbsp;</P>
<TABLE id="Table3" style="WIDTH: 300px; HEIGHT: 96px"
cellSpacing="0" cellPadding="0" width="300"
border="0">
<TR>
<TD>Username</TD>
<TD>
<asp:TextBox id="txtUser" runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD>Password</TD>
<TD>
<asp:TextBox id="txtPassword" runat="server"
TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD></TD>
<TD>
<asp:Button id="cmdLogin" runat="server"
Text="Login"></asp:Button></TD>
</TR>
</TABLE>
<asp:Label id="lblBadLogin" runat="server" ForeColor="Red"
Font-Bold="True" Visible="False">Incorrect username /
password!</asp:Label><BR>
<asp:HyperLink id="HyperLink1" runat="server"
NavigateUrl="UserNew.aspx">New Users Sign Up Here</asp:HyperLink></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
<TD><IMG height="73" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD vAlign="top" align="left" rowSpan="2">
<uc1:ucMnuNavEmpty id="UcMnuNavEmpty1"
runat="server"></uc1:ucMnuNavEmpty></TD>
<TD><IMG height="270" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="4" rowSpan="2"><IMG height="22"
src="images/spSite_17.jpg" width="536"></TD>
<TD><IMG height="12" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="10" src="images/spSite_18.jpg" width="117"></TD>
<TD><IMG height="10" src="images/spacer.gif" width="1"></TD>
</TR>
</TABLE>
</DIV>
<!-- End ImageReady Slices --></FORM>
</body>
</HTML>
Nov 18 '05 #1
2 4412
I suspect you also have a form tag within the user control you've included
in your page.
That would total 2 form tags in your page, which is a no-no.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"VB Programmer" <Do*****************@jEmail.com> wrote in message
news:uQ**************@TK2MSFTNGP11.phx.gbl...
I only have 1 set of <FORM> tags in my HTML file, but I keep getting this
error. Any ideas?

***********
A page can have only one server-side Form tag.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A page can have only one
server-side Form tag.

*************

Here's my html:

<%@ Register TagPrefix="uc1" TagName="ucMnuNavEmpty"
Src="ucMnuNavEmpty.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ucMnuEmpty" Src="ucMnuEmpty.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb"
Inherits="sp.Login"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Login</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="sp.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftMargin="0" topMargin="0" rightMargin="0">
<FORM id="Form1" method="post" runat="server"> <!-- ImageReady Slices
(spSite.psd) -->
<P></P>
<DIV align="center">
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="700"
align="center" border="0">
<TR>
<TD><IMG height="1" src="images/spacer.gif" width="10"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="117"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="19"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="38"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="314"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="3"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="181"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="9"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="9"></TD>
<TD></TD>
</TR>
<TR>
<TD colSpan="9"><IMG height="9" src="images/spSite_01.jpg"
width="700"></TD>
<TD><IMG height="9" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="9"><IMG height="491" src="images/spSite_02.jpg"
width="10"></TD>
<TD colSpan="3" rowSpan="2"><IMG height="25"
src="images/HeaderLeft.jpg" width="174"></TD>
<TD rowSpan="3"><A href="http://www.sp.com"><IMG height="26"
alt="Stroke Play Homepage" src="images/spWord.jpg" width="314"
border="0"></A></TD>
<TD rowSpan="4"><IMG height="104" src="images/spSite_05.jpg"
width="3"></TD>
<TD colSpan="2"><IMG height="24" src="images/HeaderRight.jpg"
width="190"></TD>
<TD rowSpan="9"><IMG height="491" src="images/spSite_07.jpg"
width="9"></TD>
<TD><IMG height="24" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="2" rowSpan="3"><IMG height="80"
src="images/spSite_08.jpg" width="190"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="3" rowSpan="2"><IMG height="79"
src="images/spSite_09.jpg" width="174"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="78" src="images/spSite_10.jpg" width="314"></TD>
<TD><IMG height="78" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="2"><IMG height="95" src="images/spSite_11.jpg"
width="117"></TD>
<TD colSpan="5">
<uc1:ucMnuEmpty id="UcMnuEmpty1"
runat="server"></uc1:ucMnuEmpty></TD>
<TD rowSpan="5"><IMG height="387" src="images/spSite_13.jpg"
width="9"></TD>
<TD><IMG height="22" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="4"><IMG height="365" src="images/spSite_14.jpg"
width="19"></TD>
<TD vAlign="top" align="left" colSpan="4" rowSpan="2">
<TABLE id="Table1" style="BACKGROUND-ATTACHMENT: scroll;
BACKGROUND-IMAGE: url(images/Content.jpg); BACKGROUND-REPEAT: no-repeat;
BACKGROUND-COLOR: transparent"
height="343" cellSpacing="0" cellPadding="0" width="536"
align="left" border="0">
<TR>
<TD vAlign="top" align="center">
<H1>Login To sp.com</H1>
<TABLE id="Table2" height="280" cellSpacing="0" cellPadding="1"
width="509" align="center"
border="1">
<TR>
<TD vAlign="middle" align="center" bgColor="#f6fbe7">
<P>&nbsp;</P>
<P>&nbsp;</P>
<TABLE id="Table3" style="WIDTH: 300px; HEIGHT: 96px"
cellSpacing="0" cellPadding="0" width="300"
border="0">
<TR>
<TD>Username</TD>
<TD>
<asp:TextBox id="txtUser"
runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD>Password</TD>
<TD>
<asp:TextBox id="txtPassword" runat="server"
TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD></TD>
<TD>
<asp:Button id="cmdLogin" runat="server"
Text="Login"></asp:Button></TD>
</TR>
</TABLE>
<asp:Label id="lblBadLogin" runat="server" ForeColor="Red"
Font-Bold="True" Visible="False">Incorrect username /
password!</asp:Label><BR>
<asp:HyperLink id="HyperLink1" runat="server"
NavigateUrl="UserNew.aspx">New Users Sign Up Here</asp:HyperLink></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
<TD><IMG height="73" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD vAlign="top" align="left" rowSpan="2">
<uc1:ucMnuNavEmpty id="UcMnuNavEmpty1"
runat="server"></uc1:ucMnuNavEmpty></TD>
<TD><IMG height="270" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="4" rowSpan="2"><IMG height="22"
src="images/spSite_17.jpg" width="536"></TD>
<TD><IMG height="12" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="10" src="images/spSite_18.jpg" width="117"></TD>
<TD><IMG height="10" src="images/spacer.gif" width="1"></TD>
</TR>
</TABLE>
</DIV>
<!-- End ImageReady Slices --></FORM>
</body>
</HTML>

Nov 18 '05 #2
U R right. ;)
Thanks.

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
I suspect you also have a form tag within the user control you've included
in your page.
That would total 2 form tags in your page, which is a no-no.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"VB Programmer" <Do*****************@jEmail.com> wrote in message
news:uQ**************@TK2MSFTNGP11.phx.gbl...
I only have 1 set of <FORM> tags in my HTML file, but I keep getting this
error. Any ideas?

***********
A page can have only one server-side Form tag.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A page can have only one
server-side Form tag.

*************

Here's my html:

<%@ Register TagPrefix="uc1" TagName="ucMnuNavEmpty"
Src="ucMnuNavEmpty.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ucMnuEmpty" Src="ucMnuEmpty.ascx"
%>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb"
Inherits="sp.Login"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Login</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="sp.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftMargin="0" topMargin="0" rightMargin="0">
<FORM id="Form1" method="post" runat="server"> <!-- ImageReady Slices
(spSite.psd) -->
<P></P>
<DIV align="center">
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="700"
align="center" border="0">
<TR>
<TD><IMG height="1" src="images/spacer.gif" width="10"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="117"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="19"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="38"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="314"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="3"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="181"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="9"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="9"></TD>
<TD></TD>
</TR>
<TR>
<TD colSpan="9"><IMG height="9" src="images/spSite_01.jpg"
width="700"></TD>
<TD><IMG height="9" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="9"><IMG height="491" src="images/spSite_02.jpg"
width="10"></TD>
<TD colSpan="3" rowSpan="2"><IMG height="25"
src="images/HeaderLeft.jpg" width="174"></TD>
<TD rowSpan="3"><A href="http://www.sp.com"><IMG height="26"
alt="Stroke Play Homepage" src="images/spWord.jpg" width="314"
border="0"></A></TD>
<TD rowSpan="4"><IMG height="104" src="images/spSite_05.jpg"
width="3"></TD>
<TD colSpan="2"><IMG height="24" src="images/HeaderRight.jpg"
width="190"></TD>
<TD rowSpan="9"><IMG height="491" src="images/spSite_07.jpg"
width="9"></TD>
<TD><IMG height="24" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="2" rowSpan="3"><IMG height="80"
src="images/spSite_08.jpg" width="190"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="3" rowSpan="2"><IMG height="79"
src="images/spSite_09.jpg" width="174"></TD>
<TD><IMG height="1" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="78" src="images/spSite_10.jpg" width="314"></TD>
<TD><IMG height="78" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="2"><IMG height="95" src="images/spSite_11.jpg"
width="117"></TD>
<TD colSpan="5">
<uc1:ucMnuEmpty id="UcMnuEmpty1"
runat="server"></uc1:ucMnuEmpty></TD>
<TD rowSpan="5"><IMG height="387" src="images/spSite_13.jpg"
width="9"></TD>
<TD><IMG height="22" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD rowSpan="4"><IMG height="365" src="images/spSite_14.jpg"
width="19"></TD>
<TD vAlign="top" align="left" colSpan="4" rowSpan="2">
<TABLE id="Table1" style="BACKGROUND-ATTACHMENT: scroll;
BACKGROUND-IMAGE: url(images/Content.jpg); BACKGROUND-REPEAT: no-repeat;
BACKGROUND-COLOR: transparent"
height="343" cellSpacing="0" cellPadding="0" width="536"
align="left" border="0">
<TR>
<TD vAlign="top" align="center">
<H1>Login To sp.com</H1>
<TABLE id="Table2" height="280" cellSpacing="0" cellPadding="1"
width="509" align="center"
border="1">
<TR>
<TD vAlign="middle" align="center" bgColor="#f6fbe7">
<P>&nbsp;</P>
<P>&nbsp;</P>
<TABLE id="Table3" style="WIDTH: 300px; HEIGHT: 96px"
cellSpacing="0" cellPadding="0" width="300"
border="0">
<TR>
<TD>Username</TD>
<TD>
<asp:TextBox id="txtUser"
runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD>Password</TD>
<TD>
<asp:TextBox id="txtPassword" runat="server"
TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD></TD>
<TD>
<asp:Button id="cmdLogin" runat="server"
Text="Login"></asp:Button></TD>
</TR>
</TABLE>
<asp:Label id="lblBadLogin" runat="server" ForeColor="Red"
Font-Bold="True" Visible="False">Incorrect username /
password!</asp:Label><BR>
<asp:HyperLink id="HyperLink1" runat="server"
NavigateUrl="UserNew.aspx">New Users Sign Up Here</asp:HyperLink></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
<TD><IMG height="73" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD vAlign="top" align="left" rowSpan="2">
<uc1:ucMnuNavEmpty id="UcMnuNavEmpty1"
runat="server"></uc1:ucMnuNavEmpty></TD>
<TD><IMG height="270" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD colSpan="4" rowSpan="2"><IMG height="22"
src="images/spSite_17.jpg" width="536"></TD>
<TD><IMG height="12" src="images/spacer.gif" width="1"></TD>
</TR>
<TR>
<TD><IMG height="10" src="images/spSite_18.jpg" width="117"></TD>
<TD><IMG height="10" src="images/spacer.gif" width="1"></TD>
</TR>
</TABLE>
</DIV>
<!-- End ImageReady Slices --></FORM>
</body>
</HTML>


Nov 18 '05 #3

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

Similar topics

10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
1
by: Greg Burns | last post by:
I am trying to write a global custom error page. I thought I would jot down some of what I've learned so far... At first I just used the default customErrors section with a defaultRedirect tag,...
6
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html...
12
by: Kevin Farless | last post by:
Hi all, I'm having trouble viewing any .aspx pages on my hosting company's server. The server is a new box running Windows Server 2003 default installation. I'm the first client to try using...
10
by: Shawn | last post by:
JIT Debugging failed with the following error: Access is denied. JIT Debugging was initiated by the following account 'PLISKEN\ASPNET' I get this messag in a dialog window when I try to open an...
5
by: Lara | last post by:
Hi, I am getting the following error. All the files are stored in a directory named 'web' as told by the Server Administrtor can anyone help me Server Error in '/' Application....
8
by: mohit | last post by:
Hi, I am creating a web application in Web Matrix on the .NET framework. I have two directories :AddUser and FormAuth in a Directory P. AddUser contains a file AddUser.aspx FormAuth contains :...
2
by: tshad | last post by:
This has been driving me crazy. I have been trying to get the error handling working on my system and can get parts of it working and others won't work at all. I found that you can't access...
3
by: Don | last post by:
I have an ASP.NET 2.0 application (in VB) based on the Personal Site Starter kit that runs perfectly (no erros, no warnings, no exceptions) when run from Visual Studio 2005 Team Suite using the...
7
by: DC | last post by:
Hi, there is a 500;13 page one can configure in the website properties, but ..Net Framework 1.1 also delivers the "server too busy" message sometimes and the IIS custom error page does not seem...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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...
0
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,...

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.