Category - Web Services
05 Apr 2022 05 Apr 2022 0 Comments  6546 Views
Here Mudassar Khan has explained with an example, how to get HttpResponse Message and HttpStatusCode using jQuery AJAX function.

For illustration purposes, this article makes call to an ASP.Net Web Service which returns HttpResponse Message and HttpStatusCode.
05 Apr 2022 05 Apr 2022 0 Comments  7543 Views
Here Mudassar Khan has explained with an example, how to return HttpResponse from Web Service (ASMX) in ASP.Net using C# and VB.Net.

The Web Service (ASMX) will return the HttpResponse along with HttpStatusCode in ASP.Net.
31 Mar 2022 31 Mar 2022 0 Comments  8415 Views
Here Mudassar Khan has explained will an example, how to implement AJAX File Upload with Progress Bar in ASP.Net using C# and VB.Net.

A Web Service (ASMX) will be used to upload files and the Web Service (ASMX) will be called using jQuery AJAX and the file will be uploaded to Folder (Directory) with Progress Bar using HTML5 Form Data and XmlHttpRequest (XHR).
26 Mar 2022 26 Mar 2022 1 Comments  15169 Views
Here Mudassar Khan has explained with an example, how to upload File with Web Service (ASMX) using jQuery AJAX in ASP.Net using C# and VB.Net.

The Web Service (ASMX) will be used to upload and save files in Folder (Directory) in ASP.Net.

The Web Service (ASMX) will be called using jQuery AJAX and the file will be uploaded to Folder (Directory) with Progress Bar using HTML5 Form Data and XmlHttpRequest (XHR).
19 Jun 2020 19 Jun 2020 0 Comments  12083 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service using JavaScript XmlHttpRequest in ASP.Net with C# and VB.Net.

The Web Method of Web Service (ASMX) in HTML Page will be called using XmlHttpRequest (XHR) AJAX call in ASP.Net.
04 Jun 2020 04 Jun 2020 0 Comments  18253 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service (ASMX) in HTML Page using Plain JavaScript in ASP.Net using C# and VB.Net.

The Web Method of Web Service (ASMX) in HTML Page will be called using XmlHttpRequest (XHR) AJAX call in ASP.Net.
30 May 2020 30 May 2020 0 Comments  6775 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service (ASMX) in HTML Page using jQuery AJAX in ASP.Net using C# and VB.Net.

The Web Method of Web Service (ASMX) in HTML Page will be called using jQuery AJAX Post Method.
20 May 2020 20 May 2020 0 Comments  18086 Views
Here Mudassar Ahmed Khan has explained with an example, how to send email using Web Service in ASP.Net using C# and VB.Net.

In this article, Gmail SMTP Mail Server will be used for sending emails.

To send email with Gmail SMTP Server, you will need to use an email address and password of a valid Gmail account and along with that you will need the Gmail SMTP Mail Server settings.
23 May 2018 23 May 2018 0 Comments  22530 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service (ASMX) with parameters from Client Side using JavaScript in ASP.Net using C# and VB.Net.
23 May 2018 23 May 2018 0 Comments  9511 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service (ASMX) using ScriptManager in ASP.Net using C# and VB.Net.
01 Jan 2018 01 Jan 2018 0 Comments  58502 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload file using Web Service (ASMX) in ASP.Net using C# and VB.Net.

First the file will be uploaded using FileUpload control and then the uploaded file will be converted to Byte Array and finally the Byte Array will be passed to the Web Service (ASMX) in ASP.Net using C# and VB.Net.
03 May 2017 03 May 2017 0 Comments  40528 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service (ASMX) in ASP.Net MVC Razor.
This article will illustrate how to call (consume) Web Service (ASMX) in ASP.Net MVC Razor by making call to a Public Web Service which returns the Country to which a supplied IP Address belongs.
25 May 2015 23 May 2018 0 Comments  106404 Views
Here Mudassar Ahmed Khan has explained with example, how to call (consume) Web Service (ASMX) using jQuery AJAX in ASP.Net using C# and VB.Net.

The Web Method of Web Service (ASMX) will be called using jQuery AJAX Post Method.
09 May 2015 09 May 2015 0 Comments  46586 Views
Here Mudassar Ahmed Khan has explained how to call (consume) Web Service (ASMX) in Console application using C# and VB.Net.
09 May 2015 09 May 2015 2 Comments  51575 Views
Here Mudassar Ahmed Khan has explained how to call (consume) Web Service (ASMX) in Windows Forms (WinForms) application using C# and VB.Net.
22 Apr 2015 22 Apr 2015 1 Comments  39423 Views
Here Mudassar Ahmed Khan has explained how to get Country Name from IP Address in ASP.Net using C# and VB.Net.

The country name will be determined from IP Address using a Web Service.
28 Nov 2014 28 Nov 2014 1 Comments  57542 Views
Here Mudassar Ahmed Khan has explained how to populate / bind / fill a GridView using Web Service and Web Method in ASP.Net using C# and VB.Net.
28 Nov 2014 28 Nov 2014 3 Comments  134881 Views
Here Mudassar Ahmed Khan has explained a simple database Web Service Tutorial in ASP.Net with example using C# and VB.Net.

In this tutorial a simple Web Method will be created in Web Service to fetch data from database and the fetched data will be displayed in GridView.
28 Nov 2014 28 Nov 2014 0 Comments  85024 Views
Here Mudassar Ahmed Khan has explained how to retrieve (get) data from database using Web Service in ASP.Net using C# and VB.Net.

The data will be fetched from database using a Web Method of Web Service and displayed in GridView control.