Click here to Skip to main content
15,887,867 members

Comments by Dinesh Balaji (Top 3 by date)

Dinesh Balaji 15-May-14 23:26pm View    
In C#
[HtmlEditor ID].Content

In javaScript
var Contentmsg = $find('<%=[HtmlEditor ID].ClientID%>').get_content();

This is what I am using in my code.
Dinesh Balaji 15-May-14 23:25pm View    
Deleted
In C#
[HtmlEditor ID].Content and in

In javaScript
var Contentmsg = $find('<%=[HtmlEditor ID].ClientID%>').get_content();

This is what I am using in my code.
Dinesh Balaji 22-Apr-14 7:03am View    
will this work in IE. Because I have almost complete everything, Then I tried run it in IE wasn't able to see the canvas control. Is there any way to solve this issue.

Thank You.