Category - Third Party Controls
Results 1 - 20 of 21
20 Feb 2023 20 Feb 2023 0 Comments  1095 Views
Here Mudassar Khan has explained with an example, how to read or extract text from image using Microsoft Office Document Imaging (MODI) in ASP.Net MVC.

This process of reading or extracting text from images is also termed as Optical Character Recognition (OCR).

This article will explain how to upload an Image containing some text and the text will be read from the Image using OCR process and displayed in View.
16 Feb 2023 16 Feb 2023 0 Comments  1268 Views
Here Mudassar Khan has explained a step by step tutorial, how to download and install the Microsoft Office Document Imaging (MODI) library.
02 Feb 2021 02 Feb 2021 0 Comments  58009 Views
Here Mudassar Ahmed Khan has explained with an example, how to use the Newtonsoft.Json.JsonConvert library for Serializing and Deserializing JSON using C# and VB.Net.

The JSON string will be first downloaded from an API using WebClient class and then will be deserialized to JSON object using the Deserialize function of the JSON.Net library.

Finally, the JSON object will be again serialized to JSON string using the Serialize function of the JSON.Net library in ASP.Net using C# and VB.Net.
04 Dec 2017 04 Dec 2017 0 Comments  51635 Views
Here Mudassar Ahmed Khan has explained with an example, how to dynamically generate and display QR Code Image in ASP.Net MVC Razor.

The QR Code Image will be dynamically generated in ASP.Net MVC Razor using the QRCoder library which is an Open Source Library QR code generator.
03 Oct 2017 03 Oct 2017 0 Comments  48403 Views
Here Mudassar Ahmed Khan has explained with an example, how to Zip a Folder (Directory) and download in ASP.Net using C# and VB.Net.

This article will explain how to Zip a Folder (Directory) containing multiple files into a single Zip Archive File and download using the DotNetZip Library in ASP.Net using C# and VB.Net.
02 Oct 2017 03 Aug 2018 0 Comments  22630 Views
Here Mudassar Ahmed Khan has explained with an example, how to download multiple files as Zip Archive (Compressed) file in ASP.Net MVC Razor.

Multiple files will be downloaded as Zip Archive (Compressed) file using the DotNetZip Library in ASP.Net MVC Razor.
02 Oct 2017 02 Oct 2017 1 Comments  67694 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to download multiple files at once in one HTTP Request in ASP.Net using C# and VB.Net.

HTTP Response does not allow multiple files to be downloaded and hence the solution is to compress and zip multiple files into a single Zip Archive file using the DotNetZip Library in ASP.Net using C# and VB.Net.
16 Feb 2016 20 Feb 2023 0 Comments  34188 Views
Here Mudassar Khan has explained with an example, how to convert Image to Text using Microsoft Office Document Imaging (MODI) in ASP.Net with C# and VB.Net.

This process of reading or extracting text from images is also termed as Optical Character Recognition (OCR).

This article will explain how to upload an Image containing some text and the text will be read from the Image using OCR process and displayed in ASP.Net Label control.
17 May 2015 17 May 2015 1 Comments  33725 Views
Here Mudassar Ahmed Khan has explained how to read vCard (.VCF) Contact Card file and import its information using C# and VB.Net.
In this article I will illustrate how to read, import and display vCard (.VCF) Contact Card file in ASP.Net.
03 Feb 2015 30 Jan 2023 4 Comments  110905 Views
Here Mudassar Khan has explained with an example, how to use Custom ASP.Net Server control DropDownCheckBoxes which is a Multiple Selection DropDownList consisting of a CheckBoxList control within it.

This article makes use of DropDownCheckBoxes library for implementing ASP.Net DropDownList CheckBoxList Server control.
23 Dec 2014 23 Dec 2014 2 Comments  156099 Views
Here Mudassar Ahmed Khan has shared a tutorial that explains the SqlHelper class of Microsoft Data Access Application Block in ASP.Net with examples in C# and VB.Net.

SqlHelper class can be downloaded by downloading the Microsoft Data Access Application Block and it is a great utility that helps us to reduce ADO.Net code used in day to day programming.
05 Nov 2014 05 Nov 2014 8 Comments  181680 Views
Here Mudassar Ahmed Khan has explained how to dynamically generate and display QR Code image using ASP.Net in C# and VB.Net.

For generating QR Codes I will make use of QRCoder which is an Open Source Library QR code generator.
12 Sep 2014 12 Sep 2014 1 Comments  61653 Views
Here Mudassar Ahmed Khan has explained how to export GridView Data to Excel using OpenXml library in ASP.Net using C# and VB.Net.
This article uses ClosedXml library along with OpenXml as ClosedXml is a wrapper library of OpenXml and makes it easier to use.
21 Jun 2014 21 Jun 2014 8 Comments  32940 Views
Here Mudassar Ahmed Khan has explained how to configure Mondor MSCaptcha in IIS Server.

Many developers are complaining that the Mondor MSCaptcha does not show Captcha image when the project is hosted in IIS server and mainly the issue is occurring in IIS7 and IIS8 versions as they have Classic as well as Integrated Pipeline Application Pools.

Thus in this short article I’ll cover the steps needed to make the Mondor Captcha show image on IIS Server.
21 Jun 2014 21 Jun 2014 4 Comments  111160 Views
Here Mudassar Ahmed Khan has explained how to implement Captcha Image with Refresh Button in ASP.Net.

I had already explained in past “How to use Mondor’s MSCaptcha in ASP.Net”. In this article, I am extending it by adding a Refresh Button to refresh the Captcha image and use of CustomValidator for validating the Captcha against the entered Text.
18 Jun 2014 20 Feb 2023 15 Comments  174740 Views
Here Mudassar Khan has explained with an example, how to read or extract text from image using Microsoft Office Document Imaging (MODI) in ASP.Net with C# and VB.Net.

This process of reading or extracting text from images is also termed as Optical Character Recognition (OCR).

This article will explain how to upload an Image containing some text and the text will be read from the Image using OCR process and displayed in ASP.Net Label control.
04 Oct 2013 04 Oct 2013 15 Comments  205049 Views
Here Mudassar Ahmed Khan has explained the solution to the warning / error “The file you are trying to open is in a different format than specified by the file extension”, that one gets when he tries to open the Excel file that was generated when exporting GridView to Excel.
11 Jun 2013 11 Jun 2013 11 Comments  173891 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to use TimePicker control in ASP.Net.
He has also explained how to fetch the Time Value from TimePicker and also set the value in the TimePicker from Server Side or Database
11 Apr 2013 11 Apr 2013 11 Comments  146272 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, How to export GridView data to Adobe PDF file in ASP.Net using C# and VB.Net.
11 Apr 2013 11 Apr 2013 1 Comments  38718 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to export all pages of a GridView with paging enabled to Adobe PDF File with Formatting, Styles and Colors using iTextSharp and C# and VB.Net
Results 1 - 20 of 21