Click here to Skip to main content
16,019,140 members

Comments by Rustam Ansari (Top 20 by date)

Rustam Ansari 24-May-15 9:59am View    
Hi Frankie
I am using this Rich text box editor in our Application
http://richtexteditor.com/demo/default.aspx
Every thing is good in this editor. I want only No. Of pages in below side. Could you Please help me How can I do it?
Rustam Ansari 24-May-15 9:03am View    
<%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>
<RTE:Editor ID="txtEditor" ContentCss="CSS/example.css" runat="server" width="90%" Height="450" />

I am using this Rich Text box Editor. In this editor I can't fire the text_Changed event or OnClick, onblur event is also not working. I checked it same. Please share me some links if you have any solution for this
Rustam Ansari 24-May-15 4:18am View    
There is any other way to display the count of total Pages in label. I have words count and character count through by Rich text box through by J-Query, Java-Script, or Ajax any of them.
Rustam Ansari 24-May-15 4:00am View    
I have checked all the above link what's you have shared for me, but it's not useful for me. I want to display the Number of pages in Rich Text Editor. I have total Character Count and words count whatever I have written in Rich text box editor. When I click on print option then I have get that all the page number along with data what I have written in Rich text box editor I want to same display page number in editor without clicking on print option.
I am Using Asp.Net, C#, Web based Application
Rustam Ansari 2-Apr-15 9:11am View    
Having a same problem passing value C# to word and also add Header and Footer if you have any solution please let me know