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

Search In

Convert file to Byte Array and Get back file from Byte Array

In this article, we will learn how to convert a file into byte array and get back the original file from the byte array via FileUpload control.   Step 1: Create a page having control FileUpload and Button   <div> <asp:FileU

JavaScript Math object

Hello Readers, In today's we will learn about math object of JavaScript. We can use this object as it includes many mathematical methods and perform several tasks on numbers. Lets have a look on the methods:   random() : This method

Append() Method in jQuery

In jQuery append() method is used to add particular content at the end of the each element. In the below example, with the help of append method we will display the current text/content on hover of that.   HTML- <h2>Hover over the ele

Displaying div on radio check using jQuery

Hiding/Showing div on checking radio: We can easily hide or display a div by checking the radiobox options using jQuery. We can do this by checking radio options attribute and according to attribute we can hide or show a div. Example: <!DOCTYP

Locking techniques in Concurrency control in SQL

Concurrency Control when multiple users accessing a same database at the same time, If any change made by any one of the user do not adversely affect work of the other users. Locking technique in concurrency control means use a lock variable with eac

Custom Filters in AngularJS

Hope you are doing good today. Today on My blog, I am going to explain how you can create Custom Filters in AngularJS. Filters are an important part in AngularJS which used to format data First Create an index.html page and put required library file

Add & Remove Application in AngularJS

Hello Readers, Hope you are doing good today. The below code example will provide you a demo to create simple cart application using AngularJS. Using this you can Add and Remove item in your application.   Include required library file in&nb

How to Show an Animated Splash Screen in iOS?

1. Add an image view in your initial view controller as-UIImageView *animatedSplashScreen; 2. Set its frame in such a way that its compatible with all the devices as animatedSplashScreen  = [[UIImageView alloc]initWithFrame:[[UIScreen mainScree

How to Get Current Directory in Nodejs

In my previous blog, I have shared the insights about the step-by-step guide to open Node.js command prompt in Ubuntu. Later that evening, I received a query regarding ‘ways to get the current directory in the Node.js’. I thought of form

How to verify that a mobile number is present in current device

In my App, i want to verify if the mobile number that the user has entered is present on current device. Like all the banking apps do. Banking apps will not allow you to login if registered mobile is not present on current device.   My questio

1 198 949
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: