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

Autopost back and Blank Page

All,

I have a web form with 3 embedded panels, all working fine.

However, I have now added a Checkbox where autopostback=true, and only the
ascx pages on my page appear, none of the panels / tables do.

It just doesnt make sense, looking at the source of the page in view i see

<input type="hidden" name="__VIEWSTATE" (plus a lot of text)

and then underneath that the actual first panel that should be shown, inside
its natural div and panel tags...

all seems bizarre to me.

Any ideas?

Cheers

Td
Nov 19 '05 #1
6 1753
"Tony Doyle" <no****@myhome.com> wrote in
news:u3**************@TK2MSFTNGP09.phx.gbl:
All,

I have a web form with 3 embedded panels, all working fine.


Are these panels dynamically created?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #2
They are created dynamically, they work on all other pages. Just not this
one...

Will go and add an autopostback control to another page and test that just
in case.

Td
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1...
"Tony Doyle" <no****@myhome.com> wrote in
news:u3**************@TK2MSFTNGP09.phx.gbl:
All,

I have a web form with 3 embedded panels, all working fine.


Are these panels dynamically created?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #3
Can you explain as well, as to why this could be a problem?

Td
"Tony Doyle" <no****@myhome.com> wrote in message
news:e3**************@TK2MSFTNGP09.phx.gbl...
They are created dynamically, they work on all other pages. Just not this
one...

Will go and add an autopostback control to another page and test that just
in case.

Td
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1...
"Tony Doyle" <no****@myhome.com> wrote in
news:u3**************@TK2MSFTNGP09.phx.gbl:
All,

I have a web form with 3 embedded panels, all working fine.


Are these panels dynamically created?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/


Nov 19 '05 #4
Here is my code if it helps

<%@ Register TagPrefix="uc1" TagName="pagefooter" Src="ctrl/pagefooter.ascx"
%>
<%@ Register TagPrefix="uc1" TagName="pageheader" Src="ctrl/pageheader.ascx"
%>
<%@ Register TagPrefix="xl10n" Namespace="Xaviar.L10n"
Assembly="Xaviar.L10n" %>
<%@ Register TagPrefix="uc1" TagName="localeSelector"
Src="ctrl/localeSelector.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="signup.aspx.vb"
Inherits="RunAShopSystem.signup" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>signup</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<LINK href="css/Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="FlowLayout">
<form id="frmData" action="pay.aspx" method="post" runat="server">
<P><uc1:localeselector id="LocaleSelector1"
runat="server"></uc1:localeselector></P>
<P><uc1:pageheader id="Pageheader1" runat="server"></uc1:pageheader></P>
<div align="center">
<table>
<tbody>
<tr>
<td><!-- Sign Up Introduction ->
<asp:panel id="pnlIntro" style="TEXT-ALIGN: center" runat="server"
Visible="True">
<TABLE class="form" cellSpacing="0" cellPadding="0" width="600">
<CAPTION>
<xl10n:Literal id="llsignupintrotitle" runat="server"
textkey="signupintrotitle"></xl10n:Literal></CAPTION>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal9" runat="server"
textkey="suintro"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="llsi" runat="server"
textkey="suintro1"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal2" runat="server"
textkey="suintro2"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal3" runat="server"
textkey="suintro3"></xl10n:Literal><A
href="http://https://www.paypal.com/uk/cgi-bin/webscr?cmd=_registration-run"><IMG
alt="Join PayPal"
src="https://www.paypal.com/en_US/i/bnr/bnr_join_190x75.gif" align="right"
border="0"></A></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal4" runat="server"
textkey="suintro4"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal5" runat="server"
textkey="suintro5"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P><A href="terms.aspx" target="_blank">
<xl10n:Literal id="Literal6" runat="server"
textkey="suintro6"></xl10n:Literal></A></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<asp:CheckBox id="chkTerms" Runat="server" Checked=False
AutoPostBack=True></asp:CheckBox>
<xl10n:Literal id="Literal7" runat="server"
textkey="suintro7"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal8" runat="server"
textkey="suintro8"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
</TABLE>
</asp:panel><!--Personal Details -><asp:panel id="pnlPersonal"
style="TEXT-ALIGN: center" runat="server" Visible="False">
<TABLE class="form" cellSpacing="0" cellPadding="0">
<CAPTION>
<xl10n:Literal id="llcontact" runat="server"
textkey="contactdetails"></xl10n:Literal></CAPTION>
<TR>
<TD class="label">
<xl10n:Literal id="lltitle" runat="server" textkey="sutitle"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtTitle" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llfn" runat="server" textkey="sufirstname"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtFirstName" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llsn" runat="server" textkey="susurname"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtSurname" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lladd1" runat="server" textkey="suaddress"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtAddress1" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lladd2" runat="server" textkey="suaddress2"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtAddress2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lltown" runat="server" textkey="sutown"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtTown" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 15px">
<xl10n:Literal id="llcountry" runat="server" textkey="sucountry"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 15px" colSpan="3">
<asp:DropDownList id="ddPersonalCountry" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llpc" runat="server" textkey="supostcode"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPostCode" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lltel" runat="server" textkey="suphone"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPhone" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llmob" runat="server" textkey="sumobile"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtMobile" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llemail" runat="server" textkey="suemail"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtEmail" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llpw" runat="server" textkey="supassword"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPassword" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llcon" runat="server"
textkey="suconfirmpassword" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtConfirm" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llchk" runat="server"
textkey="sushopaddressconfirm" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:CheckBox id="chkShopAddress"
Runat="server"></asp:CheckBox></TD>
</TR>
</TABLE>
</asp:panel><!--Business Details -><asp:panel id="pnlBusiness"
style="TEXT-ALIGN: center" runat="server" Visible="false">
<TABLE class="form" cellSpacing="0" cellPadding="0">
<CAPTION>
<xl10n:Literal id="Literal13" runat="server"
textkey="businessdetails"></xl10n:Literal></CAPTION>
<TR>
<TD class="label">
<xl10n:Literal id="Literal14" runat="server"
textkey="sushopname" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopName" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal43" runat="server"
textkey="sucompanynumber" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtCompanyNumber" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal44" runat="server"
textkey="sushopvatnumber" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtVatNumber" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
&nbsp;
<TD class="dataItem" colSpan="3">&nbsp;
</TD>
<TR>
<TD class="label">
<xl10n:Literal id="Literal46" runat="server"
textkey="subusinesstype" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddbustype" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal45" runat="server" textkey="susic"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddSicCode" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal15" runat="server" textkey="suurl1"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtURL1" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal16" runat="server" textkey="suurl2"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtURL2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal17" runat="server"
textkey="susourcelanguage" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="dd" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
&nbsp;
<TD class="dataItem" colSpan="3">&nbsp;
</TD>
<TR>
<TD align="center" colSpan="4">
<H6>
<xl10n:Literal id="Literal47" runat="server"
textkey="sushopdetails"></xl10n:Literal></H6>
</TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal18" runat="server"
textkey="sucontactname" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopContact" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 25px">
<xl10n:Literal id="Literal19" runat="server"
textkey="sushopaddress" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 25px" colSpan="3">
<asp:TextBox id="txtShopAddress" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 25px">
<xl10n:Literal id="Literal20" runat="server"
textkey="sushopaddress2" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 25px" colSpan="3">
<asp:TextBox id="txtShopAddress2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal21" runat="server"
textkey="sushoptown" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopTown" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal22" runat="server"
textkey="sushopcountry" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddBusinessCountry" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal23" runat="server"
textkey="sushoppostcode" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopPcode" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal24" runat="server"
textkey="sushopphone" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopPhone" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal25" runat="server"
textkey="sushopmobile" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopMobile" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal10" runat="server"
textkey="supaypalid" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPayPalID" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal26" runat="server"
textkey="sushopbilling" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3"></TD>
</TR>
</TABLE>
</asp:panel>
<asp:panel id="pnlSummary" Visible="False" Runat="server">
<FORM method="post" action="https://www.paypal.com/cgi-bin/webscr">
<!-- Display Summary->
<TABLE>
<TR>
<TD>
<H6>Personal Summary</H6>
</TD>
<TD>
<H6>Business Summary</H6>
</TD>
<TD>
<H6>Billing Summary</H6>
</TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD style="HEIGHT: 23px" colSpan="2">
<xl10n:Literal id="Literal1" runat="server"
textkey="termsandconditions" colon="true"></xl10n:Literal></TD>
<TD style="HEIGHT: 23px"></TD>
</TR>
<TR>
<TD align="right" colSpan="3"><INPUT type="image" alt="Make
payments with PayPal - it's fast, free and secure!"
src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif"
name="submit"></TD>
</TR>
</TABLE>
</FORM>
</asp:panel>
</td>
</tr>
</tbody>
<TFOOT>
<TR>
<TD class="button">
<asp:button id="btnPrevious" runat="server" Text="Back"
enabled="False"></asp:button>
<INPUT type="reset" value="Clear Form">
<asp:button id="btnNext" runat="server" Text="Next"
Enabled="False"></asp:button>
<xl10n:literal id="llWizardStepIndicator1" runat="server"
textkey="wizardStepIndicator"></xl10n:literal>
<asp:button id="btnSubmit" runat="server" Visible="False"
Text="Confirm Details"></asp:button></TD>
</TR>
</TFOOT>
</table>
</div>
</form>
</body>
</HTML>


"Tony Doyle" <no****@myhome.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
Can you explain as well, as to why this could be a problem?

Td
"Tony Doyle" <no****@myhome.com> wrote in message
news:e3**************@TK2MSFTNGP09.phx.gbl...
They are created dynamically, they work on all other pages. Just not this
one...

Will go and add an autopostback control to another page and test that
just in case.

Td
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1...
"Tony Doyle" <no****@myhome.com> wrote in
news:u3**************@TK2MSFTNGP09.phx.gbl:

All,

I have a web form with 3 embedded panels, all working fine.

Are these panels dynamically created?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/



Nov 19 '05 #5
Without looking inside the details of the page, I've noticed just one thing.
You have 2 forms. It could be a problem.

You might want to read this:
http://msdn.microsoft.com/msdnmag/is...5/CuttingEdge/

Eliyahu

"Tony Doyle" <no****@myhome.com> wrote in message
news:O9**************@TK2MSFTNGP14.phx.gbl...
Here is my code if it helps

<%@ Register TagPrefix="uc1" TagName="pagefooter" Src="ctrl/pagefooter.ascx" %>
<%@ Register TagPrefix="uc1" TagName="pageheader" Src="ctrl/pageheader.ascx" %>
<%@ Register TagPrefix="xl10n" Namespace="Xaviar.L10n"
Assembly="Xaviar.L10n" %>
<%@ Register TagPrefix="uc1" TagName="localeSelector"
Src="ctrl/localeSelector.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="signup.aspx.vb"
Inherits="RunAShopSystem.signup" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>signup</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<LINK href="css/Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="FlowLayout">
<form id="frmData" action="pay.aspx" method="post" runat="server">
<P><uc1:localeselector id="LocaleSelector1"
runat="server"></uc1:localeselector></P>
<P><uc1:pageheader id="Pageheader1" runat="server"></uc1:pageheader></P> <div align="center">
<table>
<tbody>
<tr>
<td><!-- Sign Up Introduction ->
<asp:panel id="pnlIntro" style="TEXT-ALIGN: center" runat="server"
Visible="True">
<TABLE class="form" cellSpacing="0" cellPadding="0" width="600">
<CAPTION>
<xl10n:Literal id="llsignupintrotitle" runat="server"
textkey="signupintrotitle"></xl10n:Literal></CAPTION>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal9" runat="server"
textkey="suintro"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="llsi" runat="server"
textkey="suintro1"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal2" runat="server"
textkey="suintro2"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal3" runat="server"
textkey="suintro3"></xl10n:Literal><A
href="http://https://www.paypal.com/uk/cgi-bin/webscr?cmd=_registration-run"<IMG
alt="Join PayPal"
src="https://www.paypal.com/en_US/i/bnr/bnr_join_190x75.gif" align="right"
border="0"></A></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal4" runat="server"
textkey="suintro4"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal5" runat="server"
textkey="suintro5"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P><A href="terms.aspx" target="_blank">
<xl10n:Literal id="Literal6" runat="server"
textkey="suintro6"></xl10n:Literal></A></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<asp:CheckBox id="chkTerms" Runat="server" Checked=False
AutoPostBack=True></asp:CheckBox>
<xl10n:Literal id="Literal7" runat="server"
textkey="suintro7"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal8" runat="server"
textkey="suintro8"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
</TABLE>
</asp:panel><!--Personal Details -><asp:panel id="pnlPersonal"
style="TEXT-ALIGN: center" runat="server" Visible="False">
<TABLE class="form" cellSpacing="0" cellPadding="0">
<CAPTION>
<xl10n:Literal id="llcontact" runat="server"
textkey="contactdetails"></xl10n:Literal></CAPTION>
<TR>
<TD class="label">
<xl10n:Literal id="lltitle" runat="server" textkey="sutitle"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtTitle" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llfn" runat="server" textkey="sufirstname"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtFirstName" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llsn" runat="server" textkey="susurname"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtSurname" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lladd1" runat="server" textkey="suaddress"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtAddress1" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lladd2" runat="server" textkey="suaddress2"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtAddress2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lltown" runat="server" textkey="sutown"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtTown" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 15px">
<xl10n:Literal id="llcountry" runat="server" textkey="sucountry" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 15px" colSpan="3">
<asp:DropDownList id="ddPersonalCountry" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llpc" runat="server" textkey="supostcode"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPostCode" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lltel" runat="server" textkey="suphone"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPhone" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llmob" runat="server" textkey="sumobile"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtMobile" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llemail" runat="server" textkey="suemail"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtEmail" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llpw" runat="server" textkey="supassword"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPassword" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llcon" runat="server"
textkey="suconfirmpassword" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtConfirm" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llchk" runat="server"
textkey="sushopaddressconfirm" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:CheckBox id="chkShopAddress"
Runat="server"></asp:CheckBox></TD>
</TR>
</TABLE>
</asp:panel><!--Business Details -><asp:panel id="pnlBusiness"
style="TEXT-ALIGN: center" runat="server" Visible="false">
<TABLE class="form" cellSpacing="0" cellPadding="0">
<CAPTION>
<xl10n:Literal id="Literal13" runat="server"
textkey="businessdetails"></xl10n:Literal></CAPTION>
<TR>
<TD class="label">
<xl10n:Literal id="Literal14" runat="server"
textkey="sushopname" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopName" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal43" runat="server"
textkey="sucompanynumber" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtCompanyNumber" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal44" runat="server"
textkey="sushopvatnumber" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtVatNumber" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
&nbsp;
<TD class="dataItem" colSpan="3">&nbsp;
</TD>
<TR>
<TD class="label">
<xl10n:Literal id="Literal46" runat="server"
textkey="subusinesstype" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddbustype" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal45" runat="server" textkey="susic"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddSicCode" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal15" runat="server" textkey="suurl1"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtURL1" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal16" runat="server" textkey="suurl2"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtURL2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal17" runat="server"
textkey="susourcelanguage" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="dd" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
&nbsp;
<TD class="dataItem" colSpan="3">&nbsp;
</TD>
<TR>
<TD align="center" colSpan="4">
<H6>
<xl10n:Literal id="Literal47" runat="server"
textkey="sushopdetails"></xl10n:Literal></H6>
</TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal18" runat="server"
textkey="sucontactname" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopContact" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 25px">
<xl10n:Literal id="Literal19" runat="server"
textkey="sushopaddress" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 25px" colSpan="3">
<asp:TextBox id="txtShopAddress" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 25px">
<xl10n:Literal id="Literal20" runat="server"
textkey="sushopaddress2" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 25px" colSpan="3">
<asp:TextBox id="txtShopAddress2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal21" runat="server"
textkey="sushoptown" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopTown" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal22" runat="server"
textkey="sushopcountry" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddBusinessCountry" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal23" runat="server"
textkey="sushoppostcode" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopPcode" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal24" runat="server"
textkey="sushopphone" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopPhone" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal25" runat="server"
textkey="sushopmobile" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopMobile" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal10" runat="server"
textkey="supaypalid" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPayPalID" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal26" runat="server"
textkey="sushopbilling" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3"></TD>
</TR>
</TABLE>
</asp:panel>
<asp:panel id="pnlSummary" Visible="False" Runat="server">
<FORM method="post" action="https://www.paypal.com/cgi-bin/webscr"> <!-- Display Summary->
<TABLE>
<TR>
<TD>
<H6>Personal Summary</H6>
</TD>
<TD>
<H6>Business Summary</H6>
</TD>
<TD>
<H6>Billing Summary</H6>
</TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD style="HEIGHT: 23px" colSpan="2">
<xl10n:Literal id="Literal1" runat="server"
textkey="termsandconditions" colon="true"></xl10n:Literal></TD>
<TD style="HEIGHT: 23px"></TD>
</TR>
<TR>
<TD align="right" colSpan="3"><INPUT type="image" alt="Make
payments with PayPal - it's fast, free and secure!"
src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif"
name="submit"></TD>
</TR>
</TABLE>
</FORM>
</asp:panel>
</td>
</tr>
</tbody>
<TFOOT>
<TR>
<TD class="button">
<asp:button id="btnPrevious" runat="server" Text="Back"
enabled="False"></asp:button>
<INPUT type="reset" value="Clear Form">
<asp:button id="btnNext" runat="server" Text="Next"
Enabled="False"></asp:button>
<xl10n:literal id="llWizardStepIndicator1" runat="server"
textkey="wizardStepIndicator"></xl10n:literal>
<asp:button id="btnSubmit" runat="server" Visible="False"
Text="Confirm Details"></asp:button></TD>
</TR>
</TFOOT>
</table>
</div>
</form>
</body>
</HTML>


"Tony Doyle" <no****@myhome.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
Can you explain as well, as to why this could be a problem?

Td
"Tony Doyle" <no****@myhome.com> wrote in message
news:e3**************@TK2MSFTNGP09.phx.gbl...
They are created dynamically, they work on all other pages. Just not this one...

Will go and add an autopostback control to another page and test that
just in case.

Td
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1...
"Tony Doyle" <no****@myhome.com> wrote in
news:u3**************@TK2MSFTNGP09.phx.gbl:

> All,
>
> I have a web form with 3 embedded panels, all working fine.

Are these panels dynamically created?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/



Nov 19 '05 #6
Cheers Eliyahu...

I have discovered the problem in that I am running Norton AV, and that seems
to be blocking it.

Does anyone know why, or what I can do to get round it.

Cheers

Td
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:Os**************@TK2MSFTNGP10.phx.gbl...
Without looking inside the details of the page, I've noticed just one
thing.
You have 2 forms. It could be a problem.

You might want to read this:
http://msdn.microsoft.com/msdnmag/is...5/CuttingEdge/

Eliyahu

"Tony Doyle" <no****@myhome.com> wrote in message
news:O9**************@TK2MSFTNGP14.phx.gbl...
Here is my code if it helps

<%@ Register TagPrefix="uc1" TagName="pagefooter"

Src="ctrl/pagefooter.ascx"
%>
<%@ Register TagPrefix="uc1" TagName="pageheader"

Src="ctrl/pageheader.ascx"
%>
<%@ Register TagPrefix="xl10n" Namespace="Xaviar.L10n"
Assembly="Xaviar.L10n" %>
<%@ Register TagPrefix="uc1" TagName="localeSelector"
Src="ctrl/localeSelector.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="signup.aspx.vb"
Inherits="RunAShopSystem.signup" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>signup</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<LINK href="css/Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="FlowLayout">
<form id="frmData" action="pay.aspx" method="post" runat="server">
<P><uc1:localeselector id="LocaleSelector1"
runat="server"></uc1:localeselector></P>
<P><uc1:pageheader id="Pageheader1"

runat="server"></uc1:pageheader></P>
<div align="center">
<table>
<tbody>
<tr>
<td><!-- Sign Up Introduction ->
<asp:panel id="pnlIntro" style="TEXT-ALIGN: center"
runat="server"
Visible="True">
<TABLE class="form" cellSpacing="0" cellPadding="0" width="600">
<CAPTION>
<xl10n:Literal id="llsignupintrotitle" runat="server"
textkey="signupintrotitle"></xl10n:Literal></CAPTION>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal9" runat="server"
textkey="suintro"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="llsi" runat="server"
textkey="suintro1"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal2" runat="server"
textkey="suintro2"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal3" runat="server"
textkey="suintro3"></xl10n:Literal><A

href="http://https://www.paypal.com/uk/cgi-bin/webscr?cmd=_registration-run"
<IMG
alt="Join PayPal"
src="https://www.paypal.com/en_US/i/bnr/bnr_join_190x75.gif"
align="right"
border="0"></A></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal4" runat="server"
textkey="suintro4"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal5" runat="server"
textkey="suintro5"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P><A href="terms.aspx" target="_blank">
<xl10n:Literal id="Literal6" runat="server"
textkey="suintro6"></xl10n:Literal></A></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<asp:CheckBox id="chkTerms" Runat="server" Checked=False
AutoPostBack=True></asp:CheckBox>
<xl10n:Literal id="Literal7" runat="server"
textkey="suintro7"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
<TR>
<TD align="left">
<P>
<xl10n:Literal id="Literal8" runat="server"
textkey="suintro8"></xl10n:Literal></P>
</TD>
</TR>
<TR>
<TD>&nbsp;
</TD>
</TR>
</TABLE>
</asp:panel><!--Personal Details -><asp:panel id="pnlPersonal"
style="TEXT-ALIGN: center" runat="server" Visible="False">
<TABLE class="form" cellSpacing="0" cellPadding="0">
<CAPTION>
<xl10n:Literal id="llcontact" runat="server"
textkey="contactdetails"></xl10n:Literal></CAPTION>
<TR>
<TD class="label">
<xl10n:Literal id="lltitle" runat="server" textkey="sutitle"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtTitle" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llfn" runat="server" textkey="sufirstname"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtFirstName" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llsn" runat="server" textkey="susurname"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtSurname" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lladd1" runat="server" textkey="suaddress"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtAddress1" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lladd2" runat="server"
textkey="suaddress2"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtAddress2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lltown" runat="server" textkey="sutown"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtTown" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 15px">
<xl10n:Literal id="llcountry" runat="server"

textkey="sucountry"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 15px" colSpan="3">
<asp:DropDownList id="ddPersonalCountry" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llpc" runat="server" textkey="supostcode"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPostCode" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="lltel" runat="server" textkey="suphone"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPhone" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llmob" runat="server" textkey="sumobile"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtMobile" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llemail" runat="server" textkey="suemail"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtEmail" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llpw" runat="server" textkey="supassword"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPassword" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llcon" runat="server"
textkey="suconfirmpassword" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtConfirm" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="llchk" runat="server"
textkey="sushopaddressconfirm" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:CheckBox id="chkShopAddress"
Runat="server"></asp:CheckBox></TD>
</TR>
</TABLE>
</asp:panel><!--Business Details -><asp:panel id="pnlBusiness"
style="TEXT-ALIGN: center" runat="server" Visible="false">
<TABLE class="form" cellSpacing="0" cellPadding="0">
<CAPTION>
<xl10n:Literal id="Literal13" runat="server"
textkey="businessdetails"></xl10n:Literal></CAPTION>
<TR>
<TD class="label">
<xl10n:Literal id="Literal14" runat="server"
textkey="sushopname" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopName" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal43" runat="server"
textkey="sucompanynumber" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtCompanyNumber" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal44" runat="server"
textkey="sushopvatnumber" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtVatNumber" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
&nbsp;
<TD class="dataItem" colSpan="3">&nbsp;
</TD>
<TR>
<TD class="label">
<xl10n:Literal id="Literal46" runat="server"
textkey="subusinesstype" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddbustype" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal45" runat="server" textkey="susic"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddSicCode" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal15" runat="server" textkey="suurl1"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtURL1" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal16" runat="server" textkey="suurl2"
colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtURL2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal17" runat="server"
textkey="susourcelanguage" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="dd" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
&nbsp;
<TD class="dataItem" colSpan="3">&nbsp;
</TD>
<TR>
<TD align="center" colSpan="4">
<H6>
<xl10n:Literal id="Literal47" runat="server"
textkey="sushopdetails"></xl10n:Literal></H6>
</TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal18" runat="server"
textkey="sucontactname" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopContact" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 25px">
<xl10n:Literal id="Literal19" runat="server"
textkey="sushopaddress" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 25px" colSpan="3">
<asp:TextBox id="txtShopAddress" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label" style="HEIGHT: 25px">
<xl10n:Literal id="Literal20" runat="server"
textkey="sushopaddress2" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" style="HEIGHT: 25px" colSpan="3">
<asp:TextBox id="txtShopAddress2" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal21" runat="server"
textkey="sushoptown" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopTown" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal22" runat="server"
textkey="sushopcountry" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:DropDownList id="ddBusinessCountry" CssClass="fixed300"
Runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal23" runat="server"
textkey="sushoppostcode" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopPcode" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal24" runat="server"
textkey="sushopphone" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopPhone" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal25" runat="server"
textkey="sushopmobile" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtShopMobile" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal10" runat="server"
textkey="supaypalid" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3">
<asp:TextBox id="txtPayPalID" CssClass="fixed300"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD class="label">
<xl10n:Literal id="Literal26" runat="server"
textkey="sushopbilling" colon="true"></xl10n:Literal></TD>
<TD class="dataItem" colSpan="3"></TD>
</TR>
</TABLE>
</asp:panel>
<asp:panel id="pnlSummary" Visible="False" Runat="server">
<FORM method="post"

action="https://www.paypal.com/cgi-bin/webscr">
<!-- Display Summary->
<TABLE>
<TR>
<TD>
<H6>Personal Summary</H6>
</TD>
<TD>
<H6>Business Summary</H6>
</TD>
<TD>
<H6>Billing Summary</H6>
</TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD style="HEIGHT: 23px" colSpan="2">
<xl10n:Literal id="Literal1" runat="server"
textkey="termsandconditions" colon="true"></xl10n:Literal></TD>
<TD style="HEIGHT: 23px"></TD>
</TR>
<TR>
<TD align="right" colSpan="3"><INPUT type="image" alt="Make
payments with PayPal - it's fast, free and secure!"
src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif"
name="submit"></TD>
</TR>
</TABLE>
</FORM>
</asp:panel>
</td>
</tr>
</tbody>
<TFOOT>
<TR>
<TD class="button">
<asp:button id="btnPrevious" runat="server" Text="Back"
enabled="False"></asp:button>
<INPUT type="reset" value="Clear Form">
<asp:button id="btnNext" runat="server" Text="Next"
Enabled="False"></asp:button>
<xl10n:literal id="llWizardStepIndicator1" runat="server"
textkey="wizardStepIndicator"></xl10n:literal>
<asp:button id="btnSubmit" runat="server" Visible="False"
Text="Confirm Details"></asp:button></TD>
</TR>
</TFOOT>
</table>
</div>
</form>
</body>
</HTML>


"Tony Doyle" <no****@myhome.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
> Can you explain as well, as to why this could be a problem?
>
> Td
> "Tony Doyle" <no****@myhome.com> wrote in message
> news:e3**************@TK2MSFTNGP09.phx.gbl...
>> They are created dynamically, they work on all other pages. Just not this >> one...
>>
>> Will go and add an autopostback control to another page and test that
>> just in case.
>>
>> Td
>>
>>
>> "Lucas Tam" <RE********@rogers.com> wrote in message
>> news:Xn***************************@127.0.0.1...
>>> "Tony Doyle" <no****@myhome.com> wrote in
>>> news:u3**************@TK2MSFTNGP09.phx.gbl:
>>>
>>>> All,
>>>>
>>>> I have a web form with 3 embedded panels, all working fine.
>>>
>>> Are these panels dynamically created?
>>>
>>>
>>>
>>> --
>>> Lucas Tam (RE********@rogers.com)
>>> Please delete "REMOVE" from the e-mail address when replying.
>>> http://members.ebay.com/aboutme/coolspot18/
>>
>>
>
>



Nov 19 '05 #7

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

Similar topics

3
by: Ray Torres | last post by:
I would appreciate any help with the following problem. I have several different htm pages with (simalar) forms that are processed by the same PHP script. If there is data missing on the form,...
1
by: Jerry Sievers | last post by:
Fellow coders; I am curious about a difference in behavior between Mozilla and MSIE. The scenario; 1. a php form page is loaded on first hit with field values set to various things including...
29
by: Tom wilson | last post by:
I can't believe this is such an impossibility... I have an asp.net page. It accepts data through on form fields and includes a submit button. The page loads up and you fill out some stuff. ...
3
by: LU | last post by:
I query database, QuestionID | QuestionName | QuestionType 1 | FirstName | TextBox 2 | LastName | TextBox Loop Create TextBox Create...
1
by: thomson | last post by:
Hi All, I do have a button control, which has a post back and has to do some server side validations also. I need to attach some client side scripting also , where it can be called only on the...
4
by: Alan Wang | last post by:
Hi there, I am having a problem with my asp.net web pages. If user hit BACK button on IE and then click some other web controls on the web page. the page goes to blank page. Anyone has the...
2
by: Wayne Sepega | last post by:
I have two drop downs on my web form. The contents of DropDown2 depends on what is currently selected in DropDown1. I use client side java script to re-populate DropDown2 whenever DropDown1...
1
by: mrboyer79 | last post by:
hello all, i'm having an issue where the back button i created (not the browser back) is causing me to lose data. allow me to explain: i have three pages. page one is a short form where the user...
6
by: shukrish | last post by:
Hello , I am using ASP.NEt and VBscripting. I have few textbox and dropdown boxes in my webpage which trigger autopostback. While the page is getting refreshed , i would like to display a message...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.