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…
n many projects we give options to users to add multiple rows for submitting multiple records. To do this we simply provide an add button, after clicking on which the user can add or clone another row using javascript.…
In Some cases while displaying a large number it will be nice if we can format the number to a more readable format Like : Reputation Point : 537456 Can…
Surface View Tutorial This tuturial guides in using surface view at a very basic level . The code presented in this tutorial creates a simple view with a image using…
Process to play video from a local folder with windows desktop application usingTitanium are follows : In titanium we have a html page where we can specify the UI of…
class Employee { public int EmployeeID { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public int…
After downloading this we have to install this software so that we can able to create our .msi package. To do this please follow below steps 1. Now Go to…
One of the features of a WPF application is that it is resolution independent. Now what does resolution independence of WPF Application really mean ? Our monitor screen depends upon…
The iPhone and iPad do not support printing on FileMaker Go. There is no Preview Mode on FileMaker Go. So its clear that we can’t go to the preview mode…
Some Tips to implement Cookie : 1. How to Check User’s browser supports Cookie ? HttpBrowserCapabilities browser;if (browser.Cookies) { bool isAllowCookie = true; } 2. How to get list of…