conn = new SqlConnection();
conn.ConnectionString = constr;
conn.Open();
1)connection object initalized
2) u mean by using the web service & populating from javascript I can avoid postback & populate it fro client side which cannot be done with normal methods?