![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Whenever I drop a ASP.NET control on the .aspx page, I kept getting this popup. Inserting an ASP.NET control will convert the HTML form in the page to an ASP.NET form and remove its current properties. Do you want to insert the ASP.NET control? Answering YES removes the html properties and causes many errors. Consequently, I am unable to add new fields to the .aspx form using the design view. I have upgraded to SP1 and checked other references but could not make these work for me. http://forums.asp.net/p/1465942/3383884.aspx http://forums.asp.net/p/1229424/2223548.aspx Is there a setting in Visual Studio 2008 to prevent converting the html form to asp.net form? Other fix or change? Here's a little of the request.aspx.cs as a reference to you. Thanks for your help. %@ Page Language="C#" EnableEventValidation="false" validateRequest='false' AutoEventWireup="true" CodeFile="Copy of Request.aspx.cs" Inherits="Composer.RequestPage"% %@ Register Src="StdFooter.ascx" TagName="StdFooter" TagPrefix="uc3" % %@ Register Src="index.ascx" TagName="Main" TagPrefix="uc1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" style type="text/css"> .style6 { width: 121px; } .style7 { width: 126px; } /style> <html xmlns="http://www.w3.org/1999/xhtml"><head id="composerhead" runat="server"><title>ComposComposComposComposer</title><ufy:Application runat="server" id="_ComposerApp"></ufy:Application /head body ufy:Body id="_body_" runat="server" form action="" id="composer" ondblclick="doDoubleClick();" runat="server" style='background-color: #f7f7f7; height: 100%; width: 100%' ufy:SplitPane id="_ComposerSplitPane" runat="server" ufy:SplitPanePanel id="_ComposerOutline" runat="server" uc1:Main id="indexpage" runat="server"></uc1:Main /ufy:SplitPanePanel ufy:SplitPanePanel cssclass="splitpane" id="_ComposerContent" runat="server" div class="menu_container" asp:Menu backcolor="navy" cssclass="formmenu" id="ComposerMenu" orientation="horizontal" runat="server" skinid="mainMenu" Items asp:MenuItem imageurl="images/actn029.gif" text="Edit the Document" value="Edit"/ asp:MenuItem imageurl="images/actn021.gif" text="Save" value="ActSave"/ -- Tom |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |