Which is the fastest way to connect with sql-server 2008 database through wizard or through coding in ASP.Net using c# ?suppose if i want to execute query to retrieve results in gridview so we can connect it through connection wizard which is the simplest one without any actual coding or we can write entire code from connecting to database and binding the data and displaying it in gridview. So from above these two methods which is the fastest one?