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…
Some times it becomes important to add “www” to your site domain. There might be many more reasons to do so. I am just citing one example. Site name “domain.com”…
User can set his own exception handler for complete application and also for all uncaught exception. Errors are the part of every programming language and normally programmers don’t want to…
We can avoid creating many overloads of a method by specifing default values for some parameters. public static void EmployeeDetails(int empId, string address="BBSR", double salary=15000) { } static void Main(string[]…
Suppose, in a web application we need to create some files (say xml reports) and then show it to the user. One of the simpler ways to view those files would…