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…
In wordpress stylesheet and javascript can be added in the traditional conventional way. For eg this But problem arises when we go for child themes. If we build a child…
I have faced some situations earlier in which something was getting done by looping though data structures but i wanted to overcome that. Then in process of avoiding those looping,…
Sometimes we require a vertical toolbar in ipad because we don’t have any controller for this. This code give you a vertical toolbar. This is the .h file for toolBar…
Regular expressions are a powerful tooI as most of you will agree but how does one use it with SQL queries ? Recently I had a requirement where I had…
A pie chart is a circular chart divided into sectors. In a pie chart, the arc length of each sector is proportional to the quantity it represents. It is used…
SQL Server 2005 introduced the OUTPUT clause that I appreciate and want to demonstrate. We can use this clause to capture values from inserted and deleted virtual tables. Previously this…
What is the result for this query although there null in address column SELECT EMPLOYEENAME,EMPLOYEEADDRESS FROM EMPLOYEE WHERE ADDRESS=NULL Ofcourse will get a result set with no datarows Write a…
To create XML using LINQ as follows Step 1: XElement class takes care of converting the LINQ query resultant into data in XML format. So, declare the name space “using…
Upsizing Wizard is used to migrate the tables present in an access database to SQL server DataBase.It is found on the Access menu at Tools –> Database Utilities–> Upsizing Wizard.…