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

Search In

How to bind DropDown using model in Asp.Net MVC

How to bind DropDown using model in Asp.Net MVC For Binding the Dropdown using Model, we have to follow the following steps:- Step 1: First create a model as follows:- Example: Public Class DropdownBind { public List<SelectListItem> lst {

What is Web API and how it is independent of System.Web

What is WebApi ? The term API stands for Application Programming Interface. ASP.NET Web API is a framework which uses HTTP services and that is consumed by various clients. In web Api we can return data on the client requests. As, if we are reque

Example of Stored Procedure using INOUT mode parameter

Example of Stored Procedure using INOUT mode parameter: INOUT mode is used when you pass and want to get the result using same parameter. Using INOUT mode parameter we can pass the argument to the Stored Procedure and also can get the result with th

How do I perform the SQL Join equivalent in MongoDB

MongoDB does not have joins but sometimes we want references to documents in other collections. For this we have to use population. Population is the way of matching the specified paths in the document with document(s) from other collection(s). Let

How to Create Basic Search View In Odooo

In Odoo Search View is easy to use that is provided on every list view. With a module, you can add additional filter options that make it easier for users to find the information they are looking for and user can select the filter in Odoo. To use th

How to resolve "Unable to connect to the database" error?

There are few most common ways to fix database connection errors which are as given below. 1 Need to check Database details such as username or password which is exist in configuration.php is either incorrect or has been changed. 2 Compare databas

How to install Joomla using an Auto Installer

Using Auto installer in Joomla there is no requirement to create a database,upload files or configuration programs required. Using this it will reduce steps while installation and its fast to install and update. All will be done using auto installer

How to use file_get_contents in PHP

Php offers you to send data in various ways like get, post. Using php you can also use file_get_contents to send data using url. Lets see an example below:- $information = array('http' => array( 'method' => 'POST', 'content' => 'us

How to convert given seconds into day format using PHP

On converting the given time in seconds you have to follow the calculation in days and hours etc. Using PHP you can get the format by using the code below:- Here I created the function ConvertToSec ($sec) as param: function ConvertToSec($sec) {

How to generate random number using Javascript

In Javascript you have a number of functions to genrate random numbers between two given digits. Some of them are inbulit and some you can create for your own, But the simplest way to perform the operation is the code below:- // Returns a random int

1 70 370
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: