This is a migrated thread and some comments may be shown as answers.

How can we implement Signature concept using RadEditor

1 Answer 44 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Anwar
Top achievements
Rank 2
Anwar asked on 10 Apr 2012, 11:50 AM
Hi friends,


We are using RadEditor in our application.Our client wants add his signature from RadEditor(just like we add signature while sending mail).
Can any body help me, how can i do this.
Please provide me some sample code.

Thanks in Advance
Anwar

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Apr 2012, 03:11 PM
Hello,

Perhaps the easiest way to tackle this task would be to use *system* strings that have some fixed starting and ending characters, e.g. ##FirstName##, or @@FirstName@@ - or something similar.

You should instruct your users what the list of those *system*strings is, so that they can insert those where needed. Then, on the server side, all you need to do is run some simple String.Replace methods that will replace such a string with the exact database row data.


Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Anwar
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or