Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error and strange misalignment
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Strange error and strange misalignment
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01323558
Message ID:
01323558
Views:
60
Hi everybody,

I have a Registration page that has a drop down list to choose a person type and a multiview with different forms.

When I try to switch to design view I see this error
Error Creating Control - MltvwViewRegistration Unexpected end of file looking for </asp:MultiView> tag.
However, the page builds and works correctly. How can I find out mismatched tag?

I have another problem only shown in the IE (in FireFox it's correct) and I could not understand it.

Here is beginnig of HTML for a friend (where I see misalignment)
 <asp:FormView id="PeopleFriendsForm" runat="server" 
               DataSourceID="PeopleFriendsDataSource" DefaultMode="Insert" 
               EditRowStyle-CssClass="details_row" OnItemCommand="Form_ItemCommand" 
               OnItemInserted="Form_ItemInserted" Height="295px" Width="807px" >
               <InsertItemTemplate>
          
         <div style="margin-top:10px"> </div>
         <div id="links">
			<label class="link" id="tab1" onclick="showReport(1,8)" title="General Info">General</label>
			<label class="link" id="tab2" onclick="showReport(2,8)" title="Contact Info">Contact</label>
			<label class="link" id="tab3" onclick="showReport(3,8)" title="User Info">User Info</label>
			<label class="link" id="tab4" onclick="showReport(4,8)" title="School Info">School</label>
			<label class="link" id="tab5" onclick="showReport(5,8)" title="Medical Info">Medical</label>
			<label class="link" id="tab6" onclick="showReport(6,8)" title="Emergency Info">Emergency</label>
			<label class="link" id="tab7" onclick="showReport(7,8)" title="Description">Description</label>
			<label class="link" id="tab8" onclick="showReport(8,8)" title="Relationship">Relationship</label>
</div>

<div class="boxMain">     
                       <UndoSave:UndoSaveButtons id="btnFriend" runat="server" />
                       <!-- 1st -->
                       <div id="info1" class="cl">
Here is for Volunteer-in-Training, where I don't see this alignment problem:
<asp:FormView runat="server" ID="PeopleBothForm" DefaultMode="Insert" EditRowStyle-CssClass="details_row" DataSourceID="PeopleBothDataSource" 
OnItemInserted="Form_ItemInserted"           
OnItemCommand="Form_ItemCommand" >
<InsertItemTemplate>

<div style="margin-top:10px"> </div>
<div id="links">
<label class="link" id="tab1" onclick="showReport(1,8)" title="General Info">General</label>
<label class="link" id="tab2" onclick="showReport(2,8)" title="Contact Info">Contact</label>
<label class="link" id="tab3" onclick="showReport(3,8)" title="User Info">User Info</label>
<label class="link" id="tab4" onclick="showReport(4,8)" title="School Info">School</label>
<label class="link" id="tab5" onclick="showReport(5,8)" title="Medical Info">Medical</label>
<label class="link" id="tab6" onclick="showReport(6,8)" title="Emergency Info">Emergency</label>
<label class="link" id="tab7" onclick="showReport(7,8)" title="Description">Description</label>
<label class="link" id="tab8" onclick="showReport(8,8)" title="Relationship">Relationship</label>
</div>
<div class="boxMain">
<UndoSave:UndoSaveButtons ID="ButtonsVolunteer" runat="server" />   
		
<div id="info1" class="cl">
I'm wondering why do I see such difference? I would need to examine the actual HTML using View Source.

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform