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…
When a user puts a find request, Servoy internally creates a resulting SQL query to fetch data from database. Let us check an example to know how this find request…
Using XtraPrinting library, we can achieve the following at runtime while Printing/Exporting a Control: add additional information to the report; add a report header; specify a page header or footer;…
This tip is targeted for a specific task in vb.net. The problem, not actually a problem but the task is to edit the content in the RichTextBox of our Windows…
Method 1: Manually maintain log: – To do this we have to create a log table which will store all the data changes. We can have fields like table_name, pk_value_of_the_record,…
Intro You can show Busy Indication in your Servoy solution, by using a FREE Plug-in ( Another, good news is Patrick Talbot of Servoy stuff has made this Plug-in, Web…
Let’s say we need three banners to slide down one by one. First we need to create the banner container, containing the three banners. Header Body Header Body Header Body…
Data Type in Programming!! Here I am sharing some of my early experiences in Programming. When we write code for any application, generally we concentrate on Business Logic and different…
Problem: We need to join a table from an access database and another from an sql database and display the result in a gridview in .net. Solution: STEP 1: Add…
Form validation is a common thing in web applications. First we concentrate on server side validations, next to increase user interactivity of application, we go for client side validations using…