Click here to Skip to main content
16,007,932 members

Comments by rajgaikwad01 (Top 10 by date)

rajgaikwad01 7-Sep-17 6:51am View    
I did google but not getting proper solution
rajgaikwad01 14-Mar-14 11:52am View    
I used it as a Server control by adding runat="server" to it.
I tried by removing runat="server" also but having same issue.
rajgaikwad01 14-Mar-14 11:47am View    
Hi Sergey,

My page is having editor with Id: "editor1".
I am getting the value on code behind but not in the Javascript written on the same page
Below is the Control code:
<asp:TextBox ID="editor1" runat="server" ClientIDMode="Static" TextMode="MultiLine"
Rows="30" Style="width: 60%" CssClass="tinymce" />
rajgaikwad01 17-Dec-13 2:40am View    
how you want the result?
if you add 123.456 then you want 123.45 or only 45
and same for rounded digit like 123 then you want 123.00 or only 00
rajgaikwad01 17-Dec-13 2:27am View    
Deleted
Hi
This may help you

http://www.codeproject.com/Questions/412468/Excel-csharp-net-retrieving-data-without-opening-e