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…
Generally we write separate statements to INSERT, UPDATE or DELETE data based on certain conditions. But now in SQL Server 2008 there is a new feature present called MERGE statement…
Working in Crystal Reports can be real messy, especially when it becomes difficult to find the right system defined function to be used. Here is when user -defined functions come…
We are using light weight jQuery grid to display Data in a tabular format. But sometimes we need to place some controls(checkbox, button) inside the grid for specific operations. Consider…
With Web 2.0 , websites are becoming more attractive as well as more interactive, so to keep up with the pace we have to make our validation process more interactive…
So what is it?? Just at that time I remembered that this table has a Child table in which we had records, but even if that is the case, ideally…
Using the while loop you can get these values one by one : //php part /**************************************************/ while($rst_results = mysql_fetch_array($results)) { //showinf the difference string by passing 4 values …
“How do applications like Skype reside in System Tray? Can we do something like this for our application, so that the task tray shows our application icon too? Can we…
While working on how to send SMS from smartphone using PhoneGap, I found the plugin which is really very usefull & easy to integrate with Phonegap application. Given below is…
Problem : Let us think of a scenario : Suppose we have a search page (A.aspx) which contains a tabular view of student data . The page contains a filter…