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

Search In

View Engine in ASP.NET MVC and Difference between Web form / ASPX and Razor View Engine in ASP.NET MVC?

View Engine Rendering of the view into HTML form to the browser is done by view engine in  ASP.NET MVC. ASP.NET MVC supports various types of view engines but commonly used view engines are :-   Web form / ASPX view engine Razor view

Create color picker using javascript without using any external link/library/plugin

Hii, In this blog i am sharing an example of creating a color picker using javascript without using any external link/library/plugin. There  are many browser's addons tools and online tools available using which we can choose color co

Dealing with Files in Ruby

In my previous blog Dealing with Directories in Ruby, I explained you, how we can play with directories in ruby. Today I am going to tell you how we can interact with files by opening them in different modes and performing read/write operations in fi

How to develop javascript pagination for web pages

Hello guys, If you want to develop pagination for web pages using javascript, the below code will help you. So do not worry, just follow bellow mentioned steps todevelop pagination with HTML table. Step 1: Write CSS in style tag <style type=

Finding Current Location in Android

To find the current location, follow the steps below: Create a dialog box to display loading message while finding the location ProgressDialog dialog=new ProgressDialog(this); dialog.setMessage("Please wait while getting your location information.

Cordova - File Transfer in Phonegap Application

This plugin can be used to upload and download files. Installing File Transfer Plugin: To install this plugin into your application, run the following command:   cordova plugin add cordova-plugin-file-transfer After installing the plugin, y

Disable Button and Submit button after one click using JavaScript and jQuery

Hello Everyone!! As we know that when we are clicking the submit button then it send the data to the server, but what happen if we are not disabling the submit button after the one click then here is the some problem :-   If t

Objects and method parameters and return types in Objective C

Objects: In general objects are the real world entity. Earlier the two functions communicate with each other using the function call(say programming in c) but the programmer need more better approach for communication between the two functions or cl

Hadoop Mapper Utility Class

In example I am going to demonstrate how to load a file from Hadoop Distributed Cache. Here I am writing Mapper and Driver class, inside of Mapper class we have define input type key vale pairs and output type key value pairs. Inside driver class we

.Net Boxing and Unboxing explained with example

Boxing The automatic conversion of value type e.g int,char,float etc to a reference type e.g object is termed as Boxing. In general the value type variables are stored in memory space called stack but whenever there is a boxing process the value typ

1 388 481
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: