Insertion using mysql in asp.net

Introduction: Hello friends, “ Welcome back” we come with the new article. In this article i will explain that how we can insert the record inside the mysql database using asp.net.This article is very useful for the all the .net developer. Implementation: C reate a new website add a page insert.aspx page . And paste the below code inside this page. Download the MySql.Data.dll from this link http://dev.mysql.com/downloads/mirror.php?id=367415 and paste this .dll file inside the bin folder of your application. Code for insert.aspx page < head runat ="server"> < title ></ title > < style type ="text/css"> .style1 { width : 198px ; } .style...