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…
XML is a simple and flexible system for defining data formats. This is completely platform independent and adopted everywhere for representing complex documents and data structures. For data transmission on…
These are the follwing steps we need to follow to connect windows phone with wcf service 1.Creation of service 2.Hosting the service in IIS 3.Connecting from the windows phone step…
Tip 6: While we use IN, in the sql query it better to use one or more leading characters in the clause instead of using the wildcard character at the…
This tip demonstrates how to sort generic lists in a much simpler way without writing much complex loops and comparison logic. The following steps are required for sorting the list:…
At times we need to add a page content to a email body. Also some time we need to call a api link to get the data. Here is a function…
DrillDownGroupLevel Definition- DrillDownGroupLevel is a system defined function in Crystal Reports ,that returns the current drill down level in the report that one is working upon. DrllDownGroupLevel can be used…
The Solution SELECT * FROM `tablename` WHERE `id_record` IN (1,2,3,4,5,6,7,8,9,10,11) ORDER BY FIELD (`id_record`,5,4,6,3,2,1,7,9,8,10,11 ) As you can see from the code above ,we are using one more MySQL keyword called…
Introduction- The major aim of C# 4.0 is dynamic programming.More importantly objects are dynamic and there behaviour and properties are not accessed by a static type. Followings are some example…
While working on a community project, this is what I learned. In my site a custom flash player is used to play the videos. That player can be customized for…