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

Search In

Bind ArrayList to ListView Control in C#

C# consists a ListView control which contains a list of items and the items can have different forms either number,text or images. To add columns in listview we can use: ListView.Columns.Add("EmpName", 1000); To understand it better,we will c

Applying a Function Against Each Array Element

Hello reader's under this blog we are going to apply a function against each array element. We are using a function to check an array value and if it matches a given value then it will replaced.   To attach a callback function to each arra

How would I set the dict[value] to correspond to its dict[key] where the value itself is a dictionary?

How would I set the dict[value] to correspond to its dict[key]  where the value itself is a dictionary ?  I have a csv file where I am trying to count row[3] then connect it with row[0]      row[0]      row[3

Display multiple locations marker on a google map in web page

Google Map provides a facility to display maps on web page of web application. We used Google map API to show and customize the gmap on our web page. The GMap API is a kind of JavaScript library. Here we will learn how to implementation and customiz

The Speech Recognition

Hello everyone, HTML5 , javascript provides Speech Recognition API,with the help of the API the user can talk with the browser without the using the keyboard. Html 5 provides voice search option like in google IE and chrome.It uses&nb

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

Jagged array in c#

Jagged array is an array of array it means jagged array is a collection of homogeneous arrays. An arrays inside the jagged array are of different length. As the jagged array contains the arrays therefore its collection of homogeneous reference type e

How to pick image from Camera or Gallery in iOS

Hiii guys, Today I'll be demonstrating how to pick any image via Gallery or via Camera in iOS ObjecticeC 1. Create a ViewController & add these two delegates to it-UIImagePickerControllerDelegate and UINavigationControllerDelegate. 2. Now

Search bar & how search bar displays search-results from API in iOS

Hi all, today we  will discuss about search bar & how search bar displays search results from API in iOS, I'll skip some basics and lets suppose u have a tableView which already has some data lets suppose record of names of students, So

Solution for "Self referencing loop detected" error in Entity Framework

Few days ago, I was creating an ASP.NET Web API by generating Entity Framework scaffolding API controller. There were simply two tables in the database Product and Title. In the edmx file, the auto-generated classes were as follows:   public p

1 134 720
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: