0
가치 손실이 내 샘플 코드버튼 편집기에서 HTML 편집기 손실 값이 있습니까? 내 HTML 편집기와 파일 업로드 Ctrl 키</p> <p>에서
<asp:UpdatePanel ID="up_pnl_Ctrls" runat="server" UpdateMode="Always">
<ContentTemplate>
// TextBox ctrls and Radio buttons
</ContentTemplate>
</asp:UpdatePanel>
<asp:UpdatePanel ID="up_pnl_Send_Key" runat="server" UpdateMode="Conditional">
<ContentTemplate>
//File Upload Ctrl
</ContentTemplate>
<Triggers>
<asp:PostBackTrigger ControlID="btnCreate"></asp:PostBackTrigger>
</Triggers>
</asp:UpdatePanel>
<asp:UpdatePanel ID="upPnl" runat="server" UpdateMode="Always" EnableViewState="true" >
<ContentTemplate>
<asp:Panel ID="pnlMailContent" runat="server">
<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" BasePath="~/FCKEditor/" ImageBrowserURL="~/FCKEditor/"
LinkBrowserURL="~/FCKEditor/" Height="630px" Width="890px">
</FCKeditorV2:FCKeditor>
<div class="input-field-error-container">
</div>
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>
<div class="button-text-2">
<asp:LinkButton ID="btnCreate" runat="server" ValidationGroup="PublishUser" OnClick="btnCreate_Click"
CausesValidation="true">Publish</asp:LinkButton>
</div>
내가 파일 업로드와는 내가 제출할 때 내가 HTML 편집기에서 텍스트를 입력 한 경우입니다; Fileupload.hasfile도 입력란에 값을 입력하지 못했습니다. 서브렛에서 돌아올 수 없습니다.
감사합니다.