Click here to Skip to main content
15,888,158 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using the container in my form. Inside that I am using the HTMLEDITOREXTENDER for the text box when I run the application in IE7 the form is not loading. When I run the application Firefox and chrome the Toolbar is displaying bottom of the textbox. In IE7 I am getting the error as :

"Object doesn't support the property or method".

Here is the code:
ASP.NET
<td align="left" colspan="3">

 <asp:TextBox ID="editorConsultantDetails" runat="server" TextMode="MultiLine" 
                                                                    Width="600px">                                                            <asp:HtmlEditorExtender ID="HtmlEditorExtender1" runat="server" Enabled="True" 
TargetControlID="editorConsultantDetails">
<toolbar>                                                                        <asp:Bold />                                                                        <asp:Italic />                                                                        <asp:Underline />                                                                        <asp:InsertOrderedList />                                                                        <asp:InsertUnorderedList />                                                                        <asp:Indent />                                                                        <asp:Outdent />                                                                        <asp:FontNameSelector />                                                                        <asp:FontSizeSelector />                                                                    </toolbar>                                                                
 </td>


Can any one help me to solve this problem.

Thanks in Advance.
Posted
Updated 21-Oct-11 2:02am
v2

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