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…
List View is just a way to show your data in a table like structure with as many as rows and columns. In Wicket framework its very easy to use.…
The “ROW_NUMBER()” in the above query returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition.…
Now a day most of the applications are running on AJAX. We are making huge use of AJAX to provide rich internet experience. Think of a situation, where your application…
We may need to send multiple records to database from code behind, at that situation we will make multiple requests to db. If the number of records increased than it…
We can add/delete rows to asp.net table component dynamically with preservation of input data. AddNewRow.aspx Page: function LinkButtonClick(lbID) { var ind = lbID.split("Row_"); ind = ind.split("Col_"); document.getElementById("").value = ind; document.getElementById("").click();…
Before coming to the topic let us discuss some basics of serialization. What is ‘Serialization’? Serialization is a procees of saving the state of an object by converting it into…
Scenario: In Rails we can click individual record and open it from index page but to open the next record we need to go back to index & click another…
System call is a mechanism to execute command line commands from an application. When can we make System calls? From a Java application we can make system calls in such…
First, I will add a button in ‘BeforeLoad’ event of ‘user-event script’. Here, nlapiResolveURL(type, identifier, id, displayMode) API is used to create a URL on-the-fly by passing URL parameters from within…