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…
Few Tips to Increase the performance in Asp.net Applications 1..Uses of Connection pooling— Opening the connection in the database is a intensive task. It may be the slowest operation in…
Improving the performance of your ASP.NET Web application through output caching !!! Page level Caching is a technique to store output of a request sent to the page, which helps…
Telerik is a company which provides its various products for ASP.net there are many products in this field.Since the arrival of DotNetNuke version 5.2.0 Telerik and DotNetNuke form a strategic…
How often do you use parseInt in your javascript applications? Have you noticed some strange behavior of the same? If you notice carefully you can find parseInt(“08”) and parseInt(“09”) return…
Introduction : Everyone wants to add some wow effects on their application by different means. Using Animation is one of the way to add some visual effects to the app.…
It’s often required to get the default tagprefix of an organization dynamicaly using REST endpoint. We can get the default tagprefix from Default Publisher.But to know which is Default Publisher…
To achieve this functionality create an xml file that will hold the tooltip information. The following code illustrates it use for testing Now use java script file to call above…
We enounter the above described problem when physical RAM and Virtual RAM (usually created on hard disk) together are not sufficient to take care of the current requirement. This can also happen when…
It is a nice method provided by jQuery which allows us to store arbitrary data in specific DOM elements. This method gives us the facility to store data using key…