Category - MySQL
19 Mar 2018 19 Mar 2018 0 Comments  6313 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) WebGrid (GridView) using MySQL database and Entity Framework in ASP.Net MVC Razor.

By default, Entity Framework cannot connect to MySQL Database and hence MySql Entity Framework Connector needs to be downloaded.

Once the MySql Entity Framework Connector is installed, the WebGrid will be populated from MySQL database using Entity Framework in ASP.Net MVC Razor.
19 Mar 2018 19 Mar 2018 1 Comments  49813 Views
Here Mudassar Ahmed Khan has explained a simple step by step tutorial with an example, how to use and connect to MySQL Database with Entity Framework in ASP.Net MVC Razor.

By default, Entity Framework cannot connect to MySQL Database and hence MySql Entity Framework Connector needs to be downloaded.
18 Nov 2016 18 Nov 2016 0 Comments  60332 Views
ASP.Net  MySQL  MVC
Here Mudassar Ahmed Khan has explained a simple Tutorial with an example, how to use MySql Database with MySql Connector in ASP.Net MVC Razor.
By default, .Net Framework cannot connect to MySql Database and hence MySql Connector needs to be downloaded.
13 Oct 2015 13 Oct 2015 1 Comments  61185 Views
Here Mudassar Ahmed Khan has explained with an example, how to fill (populate) DataTable using MySqlDataAdapter in C# and VB.Net.
07 Oct 2015 07 Oct 2015 0 Comments  14088 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind / fill / populate ListBox control from MySql database in ASP.Net using C# and VB.Net.
The ASP.Net ListBox will be populated with MySql database using the MySql Connector.
07 Oct 2015 07 Oct 2015 0 Comments  23387 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind / fill / populate DropDownList control from MySql database in ASP.Net using C# and VB.Net.
The ASP.Net DropDownList will be populated with MySql database using the MySql Connector.
29 Sep 2015 29 Sep 2015 0 Comments  29272 Views
Here Mudassar Ahmed Khan has explained with an example, how to bind / populate / fill DataGridView with MySql Database in Windows Forms (WinForms) Application using C# and VB.Net.
12 Feb 2015 12 Feb 2015 3 Comments  191952 Views
Here Mudassar Ahmed Khan has explained how to save and retrieve BLOB (Binary) Images from MySql Database in ASP.Net, C# and VB.Net.

The Image files will be saved as BYTE array in the BLOB field of MySql database.
12 Feb 2015 22 Apr 2019 0 Comments  104096 Views
Here Mudassar Ahmed Khan has explained how to call MySql Stored Procedure with Parameters in ASP.Net, C# and VB.Net.

The article explains with a simple example where a Stored Procedure will be passed with a parameter and it returns the matching records. In similar way one can pass multiple parameters.
11 Feb 2015 11 Feb 2015 0 Comments  30702 Views
Here Mudassar Ahmed Khan has explained how to implement Custom Paging in ASP.Net GridView using Stored Procedure in MySql database using C# and VB.Net.
11 Feb 2015 11 Feb 2015 1 Comments  105276 Views
Here Mudassar Ahmed Khan has explained how to download and install Microsoft Northwind Sample database in MySql. Microsoft’s Northwind database is available for SQL Server and MS Access but it is not available for download for MySql.

Instead of spending time in converting the SQL Server database to MySql, I’ll be making use of a SQL Script to create the Northwind database in MySql.
14 Jan 2015 14 Jan 2015 1 Comments  14807 Views
Here Mudassar Ahmed Khan has explained how to insert (save) Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil, Telugu, Chinese (Mandarin) and Japanese languages Text characters in MySql database.

In MySql database we will need to set UTF-8 Collation for the Table to store the various languages text characters.
13 Jan 2015 13 Jan 2015 1 Comments  27691 Views
Here Mudassar Ahmed Khan has explained how to insert (save) Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil and Telugu languages Text characters in MySql database using ASP.Net, C# and VB.Net.

In MySql database we will need to set UTF-8 Collation for the Table to store the various languages text characters.
29 Oct 2014 29 Oct 2014 0 Comments  70803 Views
Here Mudassar Ahmed Khan has provided a tutorial to build ASP.Net Application using MySQL database with examples in C# and VB.Net.
29 Oct 2014 29 Oct 2014 0 Comments  6485 Views
Here Mudassar Ahmed Khan has explained how to use and MySQL Connector to connect to MySQL database in ASP.Net application using C# and VB.Net.
01 Oct 2014 01 Oct 2014 6 Comments  90216 Views
Here Mudassar Ahmed Khan has explained how to perform select, insert, edit, update, delete in GridView using MySQL database in ASP.Net using C# and VB.Net.

This process is also known as CRUD i.e. Create, Read, Update and Delete in GridView with MySQL database backend in ASP.Net.
26 Sep 2014 26 Sep 2014 1 Comments  38957 Views
Here Mudassar Ahmed Khan has explained how to use and connect to MySQL database in ASP.Net application with the help of MySQLConnector using C# and VB.Net.
26 Sep 2014 26 Sep 2014 9 Comments  223444 Views
Here Mudassar Ahmed Khan has explained how to use and connect to MySQL database in ASP.Net application with the help of MySQLConnector using C# and VB.Net.