Category - HTML
Results 1 - 20 of 262
02 Jan 2023 02 Jan 2023 0 Comments  1684 Views
Here Mudassar Khan has explained with an example, how to export HTML Table data to Excel file in ASP.Net Core Razor Pages.
02 Jan 2023 02 Jan 2023 0 Comments  4814 Views
ASP.Net  Excel  HTML  Table  MVC  Core
Here Mudassar Khan has explained with an example, how to export HTML Table data to Excel file in ASP.Net Core MVC.
29 Dec 2022 02 Jan 2023 0 Comments  1060 Views
ASP.Net  Excel  HTML  Table  MVC
Here Mudassar Khan has explained with an example, how to export HTML Table data to Excel file in ASP.Net MVC.
14 Dec 2022 14 Dec 2022 0 Comments  1309 Views
Here Mudassar Khan has explained with an example, how to use SqlDataReader in ASP.Net Core Razor Pages.

The records from the Database table will be read using SqlDataReader and then copied into the Generic List collection of class objects, which is later used for populating HTML Table in ASP.Net Core Razor Pages.
14 Dec 2022 14 Dec 2022 0 Comments  941 Views
Here Mudassar Khan has explained with an example, how to use SqlDataReader in ASP.Net Core MVC.

The records from the Database table will be read using SqlDataReader and then copied into the Generic List collection of class objects, which is later used for populating HTML Table in ASP.Net Core MVC.
13 Dec 2022 13 Dec 2022 0 Comments  1155 Views
Here Mudassar Khan has explained with an example, how to use SqlDataReader in ASP.Net MVC.

The records from the Database table will be read using SqlDataReader and then copied into the Generic List collection of class objects, which is later used for populating HTML Table in ASP.Net MVC.
09 Dec 2022 09 Dec 2022 0 Comments  1277 Views
Here Mudassar Khan has explained with an example, how to implement SqlDataAdapter in ASP.Net Core Razor Pages.

The records from the Database Table will be fetched using SqlDataAdapter.

Then the fetched records will be populated into a DataSet which will be used to populate the HTML Table in ASP.Net Core Razor Pages.
09 Dec 2022 09 Dec 2022 0 Comments  935 Views
Here Mudassar Khan has explained with an example, how to implement SqlDataAdapter in ASP.Net Core MVC.

The records from the Database Table will be fetched using SqlDataAdapter.

Then the fetched records will be populated into a DataSet which will be used to populate the HTML Table in ASP.Net Core MVC.
09 Dec 2022 09 Dec 2022 0 Comments  1032 Views
Here Mudassar Khan has explained with an example, how to implement SqlDataAdapter in ASP.Net MVC.

The records from the Database Table will be fetched using SqlDataAdapter.

Then the fetched records will be populated into a DataSet which will be used to populate the HTML Table in ASP.Net MVC.
29 Nov 2022 29 Nov 2022 0 Comments  1192 Views
Here Mudassar Khan has explained with an example, how to validate HTML Form using jQuery Validation plugin.

This article makes use of jQuery ValidationEngine plugin for performing validation.

jQuery ValidationEngine plugin will perform validation for various Form fields like INPUT TextBox, HTML DropDownList, etc. and the type of validations involved would be Required, Email, Password confirmation, Minimum and Maximum Length, Telephone number, Mobile Cell number, Date Format such as dd/MM/yyyy dates.
26 Nov 2022 26 Nov 2022 0 Comments  1605 Views
Here Mudassar Khan has explained with an example, how to export HTML string to PDF file in ASP.Net Core Razor Pages.

The data from database will be populated in HTML Table using Entity Framework in ASP.Net Core Razor Pages.

Finally, the HTML Table will be exported and downloaded as PDF file using itext7.pdfhtml library in ASP.Net Core Razor Pages.
26 Nov 2022 26 Nov 2022 0 Comments  1383 Views
Here Mudassar Khan has explained with an example, how to export HTML string to PDF file in ASP.Net Core MVC.

The data from database will be populated in HTML Table using Entity Framework in ASP.Net Core MVC.

Finally, the HTML Table will be exported and downloaded as PDF file using itext7.pdfhtml library in ASP.Net Core MVC.
22 Nov 2022 22 Nov 2022 0 Comments  959 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  982 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  783 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.
18 Nov 2022 18 Nov 2022 0 Comments  1218 Views
Here Mudassar Khan has explained with an example, how to export HTML string to Excel file in ASP.Net Core Razor Pages.

First, the HTML Table will be populated from database using Entity Framework and then the HTML Table will be sent as HTML string to the Razor PageModel which will be exported to Excel file in ASP.Net Core Razor Pages.
18 Nov 2022 18 Nov 2022 0 Comments  1208 Views
Here Mudassar Khan has explained with an example, how to export HTML string to Excel file in ASP.Net Core MVC.

First, the HTML Table will be populated from database using Entity Framework and then the HTML Table will be sent as HTML string to the Controller which will be exported to Excel file in ASP.Net Core MVC.
15 Nov 2022 15 Nov 2022 0 Comments  710 Views
Here Mudassar Khan has explained with an example, how to export data from database to HTML file 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 HTML (.htm) file in ASP.Net Core Razor Pages.
15 Nov 2022 15 Nov 2022 0 Comments  827 Views
Here Mudassar Khan has explained with an example, how to export data from database to HTML file 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 HTML (.htm) file in ASP.Net Core MVC.
15 Nov 2022 15 Nov 2022 0 Comments  963 Views
Here Mudassar Khan has explained with an example, how to export data from database to HTML file in ASP.Net 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 HTML (.htm) file in ASP.Net MVC Razor.
Results 1 - 20 of 262