Click here to Skip to main content
16,020,459 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i created one websites in .net. from last 7 days some links are not working inside the gridview. which is used to redirect to other page.even i used a image button for inline editing inside the gridview.that is also not working in mozila.these problem was arrises from last 6-7 days.when i am tracing the link event with the help of firebug that time i m getting error like..

VB
TypeError: FTB_API.RichtxtNotes is undefined
[Break On This Error]

null;FTB_API['RichtxtNotes'].StoreHtml();

so please let me know why these type of error arries.i used richtextbox for entering description in other page and that description is coming on that name link as hovermenu(tooltip).otherwise i no where used richtextbox(i.e ) also not used in the issues related page.

if there is 10 records inside the grid then while clicking on each record its throwing same error.no error is throwing directly.these error i m getting while debugging through firebug.
Posted
Updated 23-Oct-12 0:34am
v2

1 solution

I think you have used FTB Editor in your page, Please add ValidateRequest="false" as below
HTML
<![CDATA[<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" MaintainScrollPositionOnPostback="true"  ValidateRequest="false" %>]]>


I am not sure, may this will help you, please reply if your problem get solved or face another issue.

Thanks
 
Share this answer
 
Comments
madhusudanojha 17-Feb-13 9:33am    
yes i used FTB editor, it was working fine for some time but after some time all pages where i used FTB editor and related to this page was having same problem. and also in firefox all the controls available with FTB is not displaying .so after that i removed from all pages and used some other controls for the same.then its working fine.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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