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…
We may have requirement to display the other database(SQL Server, ) data in our MSAccess database. For this we have the functionality in MS Access to access/view the data from…
As most of you must be aware, since a few days the Internet has been buzzing with Google Buzz, the search engine’s first real Social Media tool. The opinion among…
Consider a dictionary containing list of mobile phone price and rating as below. data_list = [ {“product_name”: “Sony xperia C3”, “price”: 23500, “ratings”: 3}, {“product_name”: “HTC mini”, “price”: 35000, “ratings”:…
Goal: In many situations we need to display the items of different sizes in WinJs listView, but by default, the ListView allocates the same size cell for each item it…
Windows form has its default blue color form border style.We can customize its look and feel. Following are the steps : 1.In form’s property window set ‘FormBorderStyle’ to None.. 2.Now…
Often there is a requirement of creating Lists within a SharePoint website programmatically using API calls. Described below are 2 different methods of achieving the same using C#.Net as the…
here are some applications where we need to display large sets of data. In order to display this large sets of data we usually follow the approach of Data paging.…
This tip is about integrating a free tool’s capability by using wsh/vbscript as an interactor. VBScript as an Interactor with other free tools to automate any website or desktop application.…
Background: When a website, which requires some one to login is opened in IE7 and when links from the website are opened in new tabs, the session from the original…