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

Search In

Link Button in asp.net

Link Button is a hyperlink style button control in asp.net which implements <a></a> anchor that uses Asp.net Post back Mechanism to post the data on server. LINK BUTTON EXAMPLE:- In this example we will have two link buttons an

Manipulators in C++

These are the operators that are used to format data display. (i) end l manipulator when it is used is an output statement,causes a line feed to be inserted. It has the same effect as       using new line character &qu

Autoboxing and Unboxing

What is Boxing and Unboxing? There are various primitive data types in java such as byte, int, long. etc. We have wrapper classes corresponding to each of the data type in java.  Sometimes the values of primitive data types are needed but in t

Using tabbed controls in .NET

While designing applications in .NET sometimes you need to mention the UI in a single page such that they appear one by one not at a single go. For doing that you need to use the tab control provided by .NET framework. We have multiview controls in

Event Handling in .NET

While writing code in ASP.NET we always write it inside events associated with the control.   Event Arguments private void EventName (object sender, EventArgs e);   Application and Session Events The most important application events

Quick sort in C

Quick sort in C programming is used to sort the elements of a list or an array either in ascending or in descending order.   Quick sort is based on the pivoting of the element and comparison and sorting is being made based on this element. &n

  • 494
How to send pushnotifications via iPhone/Android devices

In this tutorial we will learn how to send the pushnotifications iPhone/ Android apps. Below is the code that requires the follwoing elements to send the pushnotification from iPhone 1-) The device token to which we need to send the pushnotificatio

Resolve LOAD DATA INFILE Error : "The used command is not allowed with this MySQL version"

This article provides the solution for the issue with LOAD DATA INFILE statement. PHP provides a lots of options to import data from text files. I faced this issue while I was trying to import data from a text file (data.txt) into mysql table using &

Directives in .NET

ASP.NET directives are the instructions to specify what needs to include and what needs to be executed.   These settings describe how web forms or user controls are processed by the .NET framework.   <%@ directive_name attribute=va

Sort object array alphabetically and arrange according to first letter.

Sort the values of an an Object array alphabetically in php and arrange them in to sections of alphabets according to the first letter of their name . /* Code to sort the data elements in alphabetic order . The following snippet will sort the arra

1 149 320
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: