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…
Kendo UI has a nice widget ‘Kendo Grid’ which displays data in a tabular format and offers rich support for interacting with data; including paging, sorting, grouping, and selection. Here…
Set the image using method setBackgroundImage:forBarMetrics. setBackgroundImage: portrait forBarMetrics:UIBarMetricsDefault]; setBackgroundImage: landscape forBarMetrics:UIBarMetricsLandscapePhone]; Create resizable images UIImage *portrait = resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0)]; UIImage *landscape = resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0,0)]; Set the…
We can take SQL Server database backup in various processes. This is one method which will take database backup daily with time basis automatically. To achieve above the functionality we…
Step 1: Create a table CREATE TABLE .( IDENTITY(1,1) NOT NULL, (25) COLLATE Latin1_General_CI_AS NOT NULL, (47) COLLATE Latin1_General_CI_AS NOT NULL, (50) COLLATE Latin1_General_CI_AS NULL, …
The PurchaseOrderManager is a sealed class and used to retrieve and store the PurchaseOrder object in Commerce Server. This class has a method named SearchPurchaseOrders() which takes two parameters to…
To place the Products in CatalogManager we need a BaseCatalog. Once we have a catalog schema defined for e-commerce site then we can add actual data in form of BaseCatalogs,…
While using the gridView and listView it is an easier pratice to use the data pager control for pagging purpose. But while you are working with datalist control then you…
Fusion Chart :- The link is One has to register there. No charges applied. Just give the name and email id and it will redirect to the download page. This…
Sorting arrays is easy using PHP, thanks to the sort(), ksort(), and related functions. You can sort a one-dimensional array by key, by value, in reverse order, etc. But these…