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…
With the release of DotNetNuke 6.0 DNN has also joined cloud bandwagon.Here is a short description to the process of shifting of SQLServer 2005/2008 to SQL Azure. The following steps deals…
Recently, I faced an unusual problem while working with JPEG images in a project. What I found is that some of the images with .jpg extension were not being displayed…
During working with windows command prompt often happens that we need to know that what command we typed previously during that session there are followings shortcuts: 1)Press the ” F7…
What exactly filter is ? Filter is a simple method which is executed “before” / “after” / “around” a controller action. For example, one filter might check if the user…
Introduction : Listeners are generally used to do some job against any event associated with an object. There are different ways to define listeners. On below I will describe about…
MSDN Says : Predicate delegate Represents the method that defines a set of criteria and determines whether the specified object meets those criteria. We can use this functionality when filtering…
Tip #4 keep it simple What are mobile visitors looking for? What information do they want/need? Do mobile visitors have time/interest in all of my tedious sidebar content? With a…
Goal: To create a Custom Button in a Dashboard Ribbon in MS Dynamics CRM 2011 Step 1 : Go to Settings >> Solutions. Create a New Solution Step 2 :…
In your projects you must have used ASP.NET validation controls like Required Field Validator, Range Validator, Custom validator, etc. Suppose in a page you have used Required Field Validator for…