Pages

Monday, February 10, 2014

How to Hide RadEditor Toolbar

How to Hide RadEditor Toolbar  Requirement No doubt that “Telerik” controls are very useful and they have so much to offer but sometimes there are few things which “Telerik” doesn’t provide to meet our requirement purpose. Hiding “RadEditor” control toolbar is one of them. “RadEditor” control doesn’t comes with any property to hide its toolbar. SolutionSo what’s the solution to hide “RadEditor” control toolbar? Solution is to hide it through a "CSS" class. How?On your page where...
Read More »

Friday, January 10, 2014

Limit Number of Characters in TextArea via JQuery

About: In this example we will see how to limit number of characters to be entered in a HTML textarea. To know more about textarea tag, click here. Pre-requisites: Knowledge of HTML Knowledge of JQuery Introduction: So many times in our application we have to use comment textbox or textarea. In this comment textbox, user can add their comments/views/feedback. What if we would like to have limited number of characters that users can add in them? For that purpose we can use JQuery...
Read More »

Thursday, January 9, 2014

Convert Image To Bytes and Read It Via JQuery

Convert Image To Bytes and Read It Via JQuery Today, I got a requirement to work on a task on how to convert an image (can be in any format i.e. png, jpg etc.) to array of bytes and then read that image via JQuery. After some mind exercise, I finally found the solution and wanted to share with you so that you can save much of your precious time in case you don't know how to achieve it. Note: There can be lots of ways to achieve it but I found this way as the easiest. Here...
Read More »

Wednesday, May 16, 2012

Yammer API Call from Dot Net C#

Simple steps to get Yammer API workingBefore writing any code, we should get a permanent token to access the Yammer API.  Please follow these steps to get permanent access token: 1. Click this link > https://developer.yammer.com/api/sandbox.html 2. Click the "get a new token" link. 3. Plug in the Client Key and Client Secret key. 4. Click "get verifier url". 5. Click the Yammer oauth link that is created. 6. Verify which network you want the application to have access to. 7. You...
Read More »