Quantcast
Channel: Ajax – Nishant Rana's Weblog
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Nice reference card for quick revision

Hi, Yesterday while browsing encountered the following site http://refcardz.dzone.com/ The site has got nice reference material written by experts. Do check out this site !! Bye … Posted in .NET...

View Article



Image may be NSFW.
Clik here to view.

Consuming CurrencyConverter web service through JavaScript

Hi, For getting the currency conversion rate we could use the following web service provided by Generic Objects Technologies Ltd. Check out the web services provided by them...

View Article

Image may be NSFW.
Clik here to view.

Calling Asp.NET web service from javascript (Ajax)

Here we will be calling the default helloworld webservice that is already created for us when we open a asp.net webservice project template in Visual Studio. We’ll just have a textbox(html control)...

View Article

Image may be NSFW.
Clik here to view.

Calling Asp.NET web service from javascript (Ajax)-(Passing Parameter-GET)

Hi, Now we will modify the application that we developed in the previous post to work with parameters https://nishantrana.wordpress.com/2007/10/18/calling-aspnet-webservice-from-javascript-ajax/ 1)...

View Article

Image may be NSFW.
Clik here to view.

Calling Asp.NET web service from javascript (Ajax)-(Passing Parameter-POST)

Hi, Now we will modify the application that we developed in the previous post to work with POST parameter...

View Article


Image may be NSFW.
Clik here to view.

Configuring ASP.NET Web Service

Hi, Well today i created a webservice which would fetch me some data from oracle database. The method signature was something like this public DataSet getEmpInfo {,,,,,,,,,,,,,} I was calling this...

View Article

Image may be NSFW.
Clik here to view.

Using Ajax in ASP.NET application -1

Hi, Here we’ll change the small application that we had written to get reponse from ASP.NET webpage rather than a webservice....

View Article

Image may be NSFW.
Clik here to view.

Using Ajax in ASP.NET application -2

In part 1 of this post we saw our response returning us a simple text which was holding a single value. But what if it is returing multiple values and it using some characters like | (pipe) or say...

View Article


Image may be NSFW.
Clik here to view.

Using Ajax in ASP.NET application -3 (JSON)

As we saw in our previous post https://nishantrana.wordpress.com/2007/10/25/using-ajax-in-aspnet-application-2/  How easy it becomes to parse the response and the values if it is in the XML rather than...

View Article


Image may be NSFW.
Clik here to view.

Creating and Calling ASP.NET AJAX Web Service

Hi, First we will create a new ASP.NET Ajax web site(Visual Studio 2005) or ASP.NET web site (version 3.5) if we are using Orcas(Visual studio 2008) Through Add New Item, add a new web service...

View Article

Image may be NSFW.
Clik here to view.

Creating a simple Hello World ASP.NET AJAX web page.

Hi, Here we will create a simple ASP.Net Ajax webpage having a button and textbox control in it. On the click of button we will fill the textbox with “Hello world” string returned from the server...

View Article

Image may be NSFW.
Clik here to view.

Calling a asp.net webservice from an asp page

Say we have created a simple web service like this [WebMethod] public string Hello(String name) { return “Hello “+name ; } Now we want to call the web service from inside our asp page, for this we can...

View Article

Image may be NSFW.
Clik here to view.

Understanding and Using AJAX

Suppose this is our simple ASP.NET page i.e. MyPage.aspx which would be called using AJAX Code for MyPage.aspx.cs protected void Page_Load(object sender, EventArgs e) { // no data is passed if...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images