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…
While working with ASP.NET we may come across a situation where we need to import some data from excel files having multiple work sheets and need to insert/update the data…
In the above code imagejpeg($im, “VW_Beetle_Sport_Concept_by_husseindesign_interlaced.jpg”, 90); is the function which will reduce the image size; We can change the third parameter sent to the function call which is currently…
ColdFusion has some very smart feature one of them is script-protect. It will help you protect your script from cross-site scripting(XSS attack). Let me show you how easy it is.…
Branching is one of the most time consuming operation in CUDA ( in general as well). For example, See below CPU code and GPU code … void CPUCode( int* input, int* output,…
Some times during application development we need to generate a MS Word document from a predefined format and some custom data. The predefined format is generally called as Template. This…
Sometimes we need to find a control from Wizard navigation steps. For that we need to use FindControl() method but we fail in this case, as we always get null…
In ADO.NET we deals with DataTable and DataSet as the representations of different table of our actual database. So we can write complex queries to fetch information from different table…
Recently I was working with jQGrid when I came across a major block, the solution of which I now wish to share through this tip. In case you don’t know,…
Window.resize event in IE There are some cases when we will have to do something when the user will resize the window. This is very easy to do with the…