
Search In
Hello all,
To call a web service from JavaScript using ASP.NET AJAX, there are certain steps that you have to follow which are listed bellow :
Decorate web service class with
[System.Web.Script.Services.ScriptService]
Include ScriptManager contr
Here are various html elements which has been added to html5, some of the important elements are listed bellow:
. <header>
This html element is used for define the header section of the html page.
<header>
<p>this is header&
Hi Friends!
This time I am here with a very small article about sending WhatsApp Message from your .Net application. You need following things for that.
1-WART(WhatsApp Registration Tool)
This a tool with which you can get the password to be use
Hi Readers,
This is the video blog where you can find how you can create ANE file for In-App purchase for iOS framework. I have used MAC machine to create it.
Requirements:
Download ANE-In-App-purchase from GitHub.
Download Air SDK Compiler
Down
Hi,
In this session I am going to cover, How to use sub total feature in openoffice calc and Excel.
Let's take an example-
I have a data of Employees Name, month of joining and salary. I want to get Grand total and subtotal. Grand total will be th
Hello Readers,
.bind() vs .live() vs .delegate() vs .on() all these 4 are jquery methods and all are used for attaching events to selectors (elements).
.bind(): bind() method is the jquery method and it is one of the easiest and quick method in jq
Previous Git Blogs
1. Intialize git repostiory
2. First Commit
3. Two tree architecture and Three tree architecture
4. Best basic practices for writing commit messages
5. Viewing the commit logs
6. Git Basic WorkFlow
7. What is HEAD pointer in GI
Hello'friend's
If you want to create Read and write function you can take help from below example. In below example i have created two buttons and one TextView.
Step(1)-MainActivity-
public class MainActivity extends Activity {
private stati
To perform add, delete, edit operation in Cake-PHP, first you need to create database table to store records.
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`username` varchar(128) DEFAULT NULL,
`password` varchar(128) DEFAULT NULL,
Follow the steps mentioned below to get your location latitude and longitude
1) Create a class and name it LocationManger.java and impliment GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener in the cl
