Category - Word
Results 1 - 20 of 42
25 Dec 2022 25 Dec 2022 0 Comments  856 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net Core Razor Pages.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the PageModel which will be exported to Word document in ASP.Net Core Razor Pages.
25 Dec 2022 25 Dec 2022 0 Comments  567 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Word document in ASP.Net Core MVC.
22 Dec 2022 22 Dec 2022 0 Comments  837 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Word document in ASP.Net MVC.
22 Nov 2022 22 Nov 2022 0 Comments  958 Views
Here Mudassar Khan has explained with an example, how to export data from database to Word document in ASP.Net Core Razor Pages.

The data from the database is fetched using Entity Framework and dynamic HTML string is generated using StringBuilder class.

Finally, the generated HTML string will be exported to Word document in ASP.Net Core Razor Pages.
22 Nov 2022 22 Nov 2022 0 Comments  979 Views
Here Mudassar Khan has explained with an example, how to export data from database to Word document in ASP.Net Core MVC.

The data from the database is fetched using Entity Framework and dynamic HTML string is generated using StringBuilder class.

Finally, the generated HTML string will be exported to Word document in ASP.Net Core MVC.
22 Nov 2022 22 Nov 2022 0 Comments  781 Views
Here Mudassar Khan has explained with an example, how to export data from database to Word document in ASP.Net MVC Razor.

The data from the database is fetched using Entity Framework and dynamic HTML string is generated using StringBuilder class.

Finally, the generated HTML string will be exported to Word document in ASP.Net MVC Razor.
25 Aug 2022 25 Aug 2022 0 Comments  3464 Views
Here Mudassar Khan has explained with an example, how to export Grid (Html Table) data from database to Word file in ASP.Net Core Razor Pages.

The Grid (Html Table) will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Word file in ASP.Net Core Razor Pages.
24 Aug 2022 24 Aug 2022 0 Comments  2031 Views
Here Mudassar Khan has explained with an example, how to export Grid (Html Table) data from database to Word file in ASP.Net Core MVC.

The Grid (Html Table) will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Word file in ASP.Net Core MVC.
01 Jul 2022 01 Jul 2022 0 Comments  2563 Views
Here Mudassar Khan has explained with an example, how to upload and display Word files from Database inside View in ASP.Net Core Razor Pages.

The Word (Docx) File will be displayed in Browser using the docx-preview.js JavaScript plugin.
29 Jun 2022 29 Jun 2022 0 Comments  3478 Views
Here Mudassar Khan has explained with an example, how to upload and display Word files from Database inside View in ASP.Net Core MVC.

The Word (Docx) File will be displayed in Browser using the docx-preview.js JavaScript plugin.

This article will also illustrate how to insert Word (Docx) file in SQL Server Database Table in ASP.Net Core MVC.
23 Jun 2022 23 Jun 2022 0 Comments  2633 Views
Here Mudassar Khan has explained with an example, how to upload and display Word files from Database inside View in ASP.Net MVC.

This article will also illustrate how to insert Word (Docx) file in SQL Server Database Table in ASP.Net MVC.

The Word (Docx) File will be displayed in Browser using the docx-preview.js JavaScript plugin.
21 Jun 2022 21 Jun 2022 0 Comments  2784 Views
Here Mudassar Khan has explained with an example, how to retrieve and display Word Files from SQL Server database in Browser in ASP.Net using C# and VB.Net.

This article will also illustrate how to insert Word (Docx) file in SQL Server Database Table in ASP.Net using C# and VB.Net.

The Word (Docx) File will be displayed in Browser using the docx-preview.js JavaScript plugin.
16 Jun 2022 16 Jun 2022 0 Comments  4260 Views
Here Mudassar Khan has explained with an example, how to display (embed) Word (Docx) file in HTML using JavaScript.
16 Jun 2022 16 Jun 2022 0 Comments  10106 Views
Here Mudassar Khan has explained with an example, how to open Word (Docx) file in Browser instead of downloading using JavaScript.
15 Jun 2022 15 Jun 2022 0 Comments  14390 Views
Here Mudassar Khan has explained with an example, how to display (render) Word (Docx) file in Browser using JavaScript.
02 Feb 2022 02 Feb 2022 0 Comments  25178 Views
ASP.Net  Excel  AJAX  jQuery  MVC  Word  PDF
Here Mudassar Khan has explained with an example, how to download File using jQuery AJAX in ASP.Net MVC Razor.

This article will illustrate how to download File from Folder (Directory) using jQuery AJAX in ASP.Net MVC Razor.
18 Dec 2020 18 Dec 2020 2 Comments  121105 Views
Excel  AJAX  jQuery  Word  PDF
Here Mudassar Ahmed Khan has explained with an example, how to download file in AJAX Response (Success) using jQuery.

The file will be downloaded as BLOB using jQuery AJAX and XmlHttpRequest (XHR) request and then the file will be downloaded using the Response inside the Success event handler of jQuery AJAX function.
18 Dec 2020 18 Dec 2020 1 Comments  37550 Views
Excel  AJAX  jQuery  Word  PDF
Here Mudassar Ahmed Khan has explained with an example, how to download file as BLOB using AJAX and jQuery.

The PDF file will be downloaded as BLOB using jQuery AJAX and XmlHttpRequest (XHR) request and then will be sent for download in the Browser using jQuery.
18 Dec 2020 18 Dec 2020 0 Comments  26251 Views
Here Mudassar Ahmed Khan has explained with an example, how to download files from Folder (Directory) on Server's Disk in View in ASP.Net Core Razor Pages.
18 Dec 2020 18 Dec 2020 0 Comments  14289 Views
Here Mudassar Ahmed Khan has explained with an example, how to display List of files from Folder (Directory) on Server's Disk in View in ASP.Net Core Razor Pages.

The Files can also be downloaded from Folder (Directory) in ASP.Net Core Razor Pages.
Results 1 - 20 of 42