Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Admin_EmailNotificationTemplateSetup"
EnableEventValidation="false" MasterPageFile="~/Theme/Systrends.master" ValidateRequest="false"
CodeBehind="EmailNotificationTemplateSetup.aspx.cs" %>

<%@ Register TagPrefix="cc" Namespace="Winthusiasm.HtmlEditor" Assembly="Winthusiasm.HtmlEditor" %>
<%@ Register Assembly="System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
Namespace="System.Web.UI.WebControls" TagPrefix="asp" %>

<asp:Content ID="Content1" ContentPlaceHolderID="Content" runat="server">
<asp:ScriptManagerProxy ID="ScriptManagerProxy1" runat="server" CompositeScript-ScriptMode="Release">

<script type="text/javascript" language="javascript">


// script


</script>
<meta http-equiv="X-UA-Compatible" content="IE=8, IE=9, IE=10"/>


Posted
Updated 22-Jan-15 19:37pm
v2
Comments
Sergey Alexandrovich Kryukov 23-Jan-15 1:29am    
Not clear. What goes wrong with what browsers?
—SA
siva Prasad Paruchuri 23-Jan-15 1:35am    
above code is working fine in IE 10. But in IE 11 , when i select the custom feilds it donot place in text area
siva Prasad Paruchuri 23-Jan-15 1:38am    
My requirment is that page is render in IE10 Mode. my browser is IE11
Sergey Alexandrovich Kryukov 23-Jan-15 1:55am    
Are you sure there is such thing as "IE10 mode"?
—SA
siva Prasad Paruchuri 23-Jan-15 1:56am    
Yes

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900