Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

When click autocomplete value the corresponding data bind in subgrid(datatable)

$("#txtautocompid").autocomplete({ source: function (request, response) { debugger; $.ajax({ url: '../WardManagement/WardResultEntry/autocomplete2', // url: '../WardManagement/War

Lazy Loading vs Eager Loading

Hi Team, Today I will explain Lazy Loading and Eager Loading. Firstly we will explore Eager Loading. Eager Loading is the process of loading the related data. We will use Include keyword to load the related data. Let us take an example of entity

How to calculate the ranking for students in a classroom using arrays only and sorting techniques

Hi there. I have a task to Calculate the ranking for students in a classroom. For example, if Remi's score is 14, Yan's score is 2 and Maria's score is 20 then Remi's ranking is 2 since he has the second-highest score, Yan'

Points to keep in mind while testing UI (User Interface)

UI (User Interface):- User Interface means testing the application that how easily an user can use/understand the application.GUI (Graphical User Interface):- In GUI we test requirements like background color, button naming convention, drop down menu

Upgrading Rails Application From 3.1 to 3.2

In my previous blog Upgrading Rails from 3.0 to 3.1, I explained you how we can upgrade a rails application from 3.0 to 3.1. In this I am going to show you, what changes are required to update an application from 3.1 to the latest of 3.2 rails versio

Methods in REST approach

REST (Representational State Transfer) is based on resources and actions. A resource can be an URL referencing a object or any entity on which we want to perform action for example: /listUser or /searchUser. Action can be one of the following:  

Create a Realistic, Ticking Analog Clock in SVG using the Math Functions

With the help of SVG you can create the clock, by using both the Date object and the Math objects, in addition to a timer to manage the clock hands. The JavaScript manage the hands as a derivative of other applications that also implement analog clo

How to Modifying a report in OpenERP-6.1 ?

Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database, Step-2 create new reports for the selected object. select Report > Modify Existing Report . Choose the report Request for Quotation

Error occur when create new server in pgadmin

When Error occur to create new server in pgadmin than use these commond in terminal to resolve this type of problem in pgadmin 1-sudo -u postgres psql 2-sudo -u postgres psql template1 3-ALTER USER postgres PASSWORD 'newPassword';

Adding Elements in JQuery

For adding new HTML elements, following methods are used: 1)append(). 2)prepend(). 1)append This method is used to insert content at the end of the selected elements. <!DOCTYPE html> <html> <head> <script src="https://ajax.g

1 15 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: