Category - Generic Handler
31 Mar 2022 31 Mar 2022 0 Comments  9636 Views
Here Mudassar Khan has explained with an example, how to upload File with Percentage Progress Bar using jQuery AJAX in ASP.Net using C# and VB.Net.

The Generic Handler will be will be called using jQuery AJAX and the file will be uploaded to Folder (Directory) with Percentage Progress Bar using HTML5 Form Data and XmlHttpRequest (XHR).
06 Jul 2021 06 Jul 2021 0 Comments  9143 Views
Here Mudassar Ahmed Khan has explained with an example, how to show images that are saved (stored) outside the Website root folder (directory) in ASP.Net using C# and VB.Net.

The Images will be fetched outside the Website root folder (directory) and then displayed in Image control with the help of Generic HTTP Handler in ASP.Net using C# and VB.Net.
19 May 2021 19 May 2021 0 Comments  6342 Views
Here Mudassar Ahmed Khan has explained with an example, how to implement HttpHandler (ASHX) in ASP.Net MVC Razor.

The HttpHandler (ASHX) will fetch data from SQL Server database using Entity Framework and return data in JSON format.

The HttpHandler (ASHX) will be called using a jQuery Client which will read the JSON values and populate it into an HTML Table in ASP.Net MVC Razor.
13 Mar 2020 13 Mar 2020 0 Comments  18542 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload Big (Large) Video File using FormData and AJAX in ASP.Net with C# and VB.Net.

The File will be read using HTML5 FormData JavaScript object and will be uploaded to server in small chunks (blocks) with Progress Bar using Generic Handler using XmlHttpRequest (XHR) in ASP.Net.
11 Mar 2020 11 Mar 2020 0 Comments  19899 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload Big (Large) Files using FormData and AJAX in ASP.Net with C# and VB.Net.

The File will be read using HTML5 FormData JavaScript object and will be uploaded to server in small chunks (blocks) with Progress Bar using Generic Handler using XmlHttpRequest (XHR) in ASP.Net.
27 Aug 2018 27 Aug 2018 1 Comments  65125 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload File using FormData and AJAX in ASP.Net with C# and VB.Net.

The File will be read using HTML5 FormData JavaScript object and will be uploaded to server by calling Generic Handler using XmlHttpRequest (XHR) in ASP.Net.
24 Aug 2018 27 Aug 2018 0 Comments  32093 Views
Here Mudassar Ahmed Khan has explained ith an example, how to upload File without Form Submit (PostBack) using jQuery AJAX in ASP.Net using C# and VB.Net.

The Generic Handler will be used to upload and save files in Folder (Directory) in ASP.Net.

The Generic Handler 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).
02 Aug 2018 02 Aug 2018 0 Comments  17093 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload (insert) and download (retrieve) Files from SQL Database using Generic Handler and jQuery AJAX in ASP.Net with C# and VB.Net.

The Generic Handler will insert and retrieve files from SQL Server database in ASP.Net.

The Generic Handler will be called using jQuery AJAX and the file will be uploaded to Database with Progress Bar using HTML5 Form Data and XmlHttpRequest (XHR).
18 Apr 2018 18 Apr 2018 0 Comments  14644 Views
Here Mudassar Ahmed Khan has explained with an example, how to use Generic HTTP Handler to display Binary Images from database in ASP.Net using C# and VB.Net.

The Binary Image will be fetched from database and then displayed in Image control with the help of Generic HTTP Handler in ASP.Net using C# and VB.Net.
06 Dec 2017 19 May 2021 1 Comments  24406 Views
Here Mudassar Ahmed Khan has explained with an example, how to use Generic HTTP Handler (ASHX) in ASP.Net MVC Razor.

The Generic HTTP Handler (ASHX) will be using Entity Framework to populate data from database and the output will be returned in JSON format.

The Generic HTTP Handler (ASHX) will be called using a jQuery Client which will read the JSON values and populate it into an HTML Table in ASP.Net MVC Razor.
23 Dec 2016 23 Dec 2016 0 Comments  17822 Views
Here Mudassar Ahmed Khan has explained with an example, how to Call (Consume) JSON Generic HTTP Handler (ASHX) on Client Side using JavaScript in ASP.Net.

When the JSON Generic HTTP Handler will be called using JavaScript, it will pull records from database and return the records in JSON format to JavaScript Callback function.
22 Dec 2016 22 Dec 2016 0 Comments  19222 Views
Here Mudassar Ahmed Khan has explained with an example, how to Call (Consume) JSON Generic HTTP Handler (ASHX) on Client Side using jQuery AJAX in ASP.Net.
When the JSON Generic HTTP Handler will be called using jQuery AJAX, it will pull records from database and return the records in JSON format to jQuery AJAX function.
25 Oct 2016 25 Oct 2016 0 Comments  28387 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (execute) Generic HTTP Handler from Code Behind using C# and VB.Net in ASP.Net.
29 Jan 2016 29 Jan 2016 0 Comments  56988 Views
Here Mudassar Ahmed Khan has explained with an example, how to return JSON data from a Generic Handler in ASP.Net using C# and VB.Net.
The Generic HTTP Handler will pull records from database and return the records in JSON format to the client.
28 Jan 2016 28 Jan 2016 0 Comments  11506 Views
Here Mudassar Ahmed Khan has explained with an example, how to create a Generic HTTP Handler in ASP.Net that returns JSON data.
The Generic HTTP Handler will pull records from database and return the records in JSON format to the client.
04 Mar 2015 04 Mar 2015 0 Comments  18483 Views
Here Mudassar Ahmed Khan has explained how to upload multiple files with Progress Bar using Flash and jQuery in ASP.Net using C# and VB.Net.

jQuery Uploadify Plugin makes use of Flash for uploading multiple files with progress bar.
02 Feb 2015 01 Apr 2022 1 Comments  69881 Views
Here Mudassar Khan has explained with an example, how to upload Files using jQuery AJAX and Generic Handler (ASHX) in ASP.Net using C# and VB.Net.

The Generic Handler will be 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).
21 Feb 2009 06 Jul 2021 14 Comments  155272 Views
Here Mudassar Khan has explained with an example, how to display images that are saved (stored) outside the Website root folder using C# and VB.Net in ASP.Net.

The Images will be fetched outside the Website root folder and then displayed in Image control with the help of Generic HTTP Handler in ASP.Net using C# and VB.Net.