Archive

Archive for September 10, 2009

Tutorial using MySQL with Asp.Net

September 10, 2009 Leave a comment

If you want to use MySQL Database with Asp.net, then here is a link which explains:

http://www.15seconds.com/issue/050407.htm

  • Download of MySQL Server
  • MySQL Administrator
  • MySQL Query Browser
  • .Net Connector (For Asp.net Integration)

The above link has explained in detail, with proper screenshots, from where to download installers, how to install with step by step screens and explanations, and also how to create sample asp.net application with MySQL database, create MySQL database (schema), create MySQL Table, Insert Data, and populate that data in asp.net gridview.