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

Search In

C# : How to post data to specific URL using C# ?

Many times in application development using C# it is required to to post some data to a specific URL. In this article I will show two options for implementing this : 1) Using WebClient string url = "http://www.url.com/post.aspx"; string params =

Reverse an array without affecting special characters?

Program to Reverse an array without affecting special characters in C++ using namespace std; bool isAlphabet(char x) // Function returns true if an alphabet { return ( (x >= 'A' && x <= 'Z') || (x >= 'a' &&am

How to Merge two array list

 In the below example I have described "how to add or merge two array list?". Here I have created two array String  a[],String b[], then I have initialize values in array . After this I have created arrayList and merge value Strin

memcpy() in C

memcpy() This method as the name suggest memcpy() i.e memory copy is used to copy a number of bytes i.e a block of memory from one location to another location. Syntax of memcpy(): void * memcpy(void *to, const void *from, size_t numBytes); Pro

Type casting in C

Type casting is to change the  data type of a variable according to programming need.   Type casting is done to assign values to dissimilar data type or to perform manipulation over dissimilar data type.       Type ca

Automatic Storage Class in C language

 Automatic Storage Class used in C for the use of defining the different values by a same name in a program, User will use this value through C language program control method. Auto keyword is used for Automatic Storage Class, when a user declar

A simple function returning UIColor from HexaColor String in swift

Here are step-by-step guide to obtain UIColor: 1- Firstly you need to do is to remove all spaces and new line character sets from the string and then covert the string to UPPER Case example AABBCC. var cString:String = hexColorString.stringByTrimm

Sorting singly linked list which takes only one argument

I want to write a recursive method which sorts the singly linked list and takes only one argument. And do not write another auxiliary method to support this recursive method.

uploading file

when i execute this file.php only it will upload, when i run in Mainlayout.php its not uploading. Below file is File.php, its to upload csv file.. Canone help me plzzzzzzzz   <form name="import" method="post" enctype="multipart/form-data"&

How to Print this Output in C Programming?

SAMPLE INPUT   3 9 2 5 SAMPLE OUTPUT   *################* **##############** ***############*** ****##########**** *****########***** ******######****** *******####******* ********##******** ****************** *##* **** *########

1 27 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: