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…
Now a days Google map has come to play a vital role in web applications. This tip demonstrates how to integrate Google map with Extjs. To integrate Google map API…
Sometime JavaScript(Ajax call) hangs some browser(specially IE) or browser stops responding. The reason behind it is the settings of the Ajax call. If we are using ajax call then such…
If you are already familiar with the basics of HttpWebRequest and HttpWebResponse classes for WebCommunication, the following code can help you get the response using HttpWebRequest . HttpWebRequest hRequest =…
Goal: Customization of chart from 2D to 3D in MS Dynamics CRM 2011 Step 1 : The first thing we’ll need to do is select the chart you want to…
Scenario: Let’s say we are having 10 migration files in our application. Our DB is already set as per our migrations. Now let’s say we got a requirement to add…
This is a brief demonstration on coloring the column elements of a GridPanel in ExtJS. Now if we want to identify the jobs having the status ‘FINISHED_FAILURE’ by coloring the…
If you want to disaplay a splash screen at the beginning of Phonegap based Android application you need to put splash screen image(splash.png) inside res\drawable-hdpi, res\drawable-mdpi, res\drawable-idpi which can be…
1 ) All the contents in the xaml Page should be places inside the TAG for Windows Phone This code will contain 5 Files : 1 ) NavigatePage.xaml…
Some useful information on ViewState : 1. In asp.net ViewState is used to keep state information of controls to cope with the state less nature of HTTP and provides a…