Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 29th, 2005, 08:24 PM
Authorized User
 
Join Date: Dec 2005
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to raybristol
Default one from tag problem, plz help, urgent! many thxxx

i have some user controls in every aspx page of a site, i got two from tag like:


<form style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px" action="advancedsearch.aspx" method="post">
<uc1:siteheader id="SiteHeader1" runat="server"></uc1:siteheader>
</form>
......
<FORM id="ou" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR><TD id="emailpage" vAlign="middle" runat="server"></TD>
......

<P><uc1:vnavbar id="VNavBar1" runat="server"></uc1:vnavbar></P>
...
</from>

Control vnavbar is actually a menu, above code was working fine until i change a new menu control, so I replace <P><uc1:vnavbar id="VNavBar1" runat="server"></uc1:vnavbar></P> with
<uc1:SiteMenu id="SiteMenu" runat="server"></uc1:SiteMenu>, so i was thinking this shouldn't be a problem, i just replace a user control with a different one, some pages were working, but some page got this error said one aspx page can only can one form tag, well, i know that but how can it was working with the old user control, i just replace it, i didnt put any addition <form> tag.

i was googling for days but haven't slove this problem, any expert can help me out here? i am quite new to ASP.net, many thxxxxxx and wish you have a Happy New Year!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent ..Plz...Help bluemoon988 ASP.NET 1.0 and 1.1 Basics 0 January 4th, 2008 06:08 AM
Urgent,Plz help...Problem with playing wav msg Andisheh C# 2005 0 July 5th, 2007 04:43 AM
urgent plz, SachinMalge ASP.NET 2.0 Basics 2 January 16th, 2007 08:37 AM
Urgent PLZ,Crystal Report With VB6 problem bkhashfeh VB Components 5 December 31st, 2006 03:28 AM
urgent ....plz............[:)] noor ASP.NET 1.0 and 1.1 Basics 4 January 20th, 2005 01:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.