Show truncated string with dots appended with CSS3
Showing starting few words of a long text by not using client side or server…
Showing starting few words of a long text by not using client side or server…
What is Memory Leak? Memory leak is a bug that mainly occurs when a program…
Active directory Authentication using forms authentication and login control in ASP.NET: For Active directory authentication…
In this tip I am explaining different ways to break out of a very deeply…
Sometimes we need to create customer portal user in test class to run the functionality…
Sharepoint 2010 has so many new exciting features and one of them is InPlace Record…
Using AJAX and web services in your application can make it richer. But passing information…
1. Who can start CUDA programming? – Any one who has some basicknowledge on C…
This tip describes how text can be converted to image using Java awt.. Step1: Create…
n many projects we give options to users to add multiple rows for submitting multiple records. To do this…
Suppose, we are having an array of string or integer containing few duplicate values, for instance: int[] duplicateNumbers=new int[]{1,2,2,3,44,4,4,44,4,4,4,33,4,5,7,8,1}; Now we need to iterate through unique numbers only, for that we …
n filemaker we can’t execute sort functionality directly on a list of records on a portal as the portal sort records is defined in the portal definition. To handle sorting…
What is ‘plink‘? Its a command-line SSH connection method provided by PuTTY. Lets say, you have an application running on windows platform and this application needs to connect to a…
Accessing the control’s id at runtime, when the page being used is the master page, has been a persistent issue, especially when we are trying to access the control’s id(Client Id) using Javascript.…
Android applications are executed in dalvik virtual machine which is a modified Java virtual machine(JVM). As each java applications are assigned fixed heap size to execute in JVM, all android…
Many of us may be familiar with the restriction against modifying a Control from any thread other than the one in which it was created, if we do so we…
In my project, I have a search box. Here I need to made a ajax call on key up so that it will return search results for each text. This…
Working With LeadTools in Web Application Basically LeadTool is third party tool used for Image processing. LeadTools is used to display image on window application. If we want to use…
Often in desktop applications we need to keep a particular process running at regular interval. And the only options which we are left with for it, are the timers. So basically…