Simple Dot net Application with Database Connection

Posted by & filed under DOT.NET, MYSQL.

Following code loads data form database into dropdown box during pageload event and when you select data from dropdown box page is postbacked and data in the database populated in the Grid view control.. using System; using System.Collections.Generic; using System.Linq; using….. Read More >>>>