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…
You can use this code to save the screenshot when there will be any possibility of error in the application .If the client is using the application developer can ask…
SOLUTION:- The solution is pretty simple, like we do it for other web pages by using the ‘windows.opener‘ property of javascript. Basically, you just need to take care of calling…
Create automatic database(MySQL) backup by php script into a .sql file in Windows platform. MySQL is one of the most popular open source database management system for the development of…
In C#, using Keyword can be used in two different ways and are hence referred to differently. As a Directive In this usage, the “using” keyword can be used to…
Datepicker is a rich widget of jQuery library . It exposes a lot of properties and methods to make it customizable . Once, while working with it , we needed…
Different ways to access and work on CF administrator properties. This is obvious that there several ways to access CF administrator properties, but How !! Find these below. The simple…
I was trying to create a pdf document which should show document in table format in C#. So at first I added iTextSharp library to my application. Then three namespaces:…
Think of a form where we have entries for start and end time. There obviously we need to check that the end time should be after start time. Here at…
Few days back I was stuck with this, and after struggling for few days, doing google for all possible reasons, I found the issue was in web.config file. There was a “xhtmlConformance”…