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…
How to install ColdFusion 9 and 10 on same machine (on windows 7) ColdFusion 10 is out and most of the developers want to gets their hands dirty with ColdFusion…
What : A loosely typed programming languages is typically one that does not require the data type of a variable to be explicitly stated. Example : As in JavaScript we…
At times during coding in Coldfusion, we get stuck at places, where we need to create variables dynamically. We may attempt with below code to create dynamic variables. Here I…
Suppose we need the following XML format, 1230098-ASU-DRED T E S T Final Arizona State University 686699454647 1230098-PSY-GREY T E S T Final Arizona State University 686699454649 Now the serialization…
1. UniqueKeyConstraint A UniqueKey in a datatable defines the uniqueness of records means the data present in the specified column is unique. Unique constraint can be added to a data…
Reporting mechanism has become more dynamic and flexible with Microsoft Dynamics CRM that provides a Reporting Wizard that enables Users to create basic reports on-the-fly as well as custom reports…
Case 3: With Integer Data types: If integer datatype is used, DATALENGTH() returns 4 and LEN() returns the number of digits. Example: DECLARE @Value1 int, @value2 int SET @value1=2 SET…
How to execute a query and stored procedure in Kentico CMS? Some of the cases we need some query and storedprocedure execution in our webparts for retirve some data for…
In many cases, the requirement is to show an alert view with black appearance. In that case , we have to opt for a custom view that resembles with alert view.…