my connection code is: String strConnection; strConnection = "server=localhost;User ID=sa;Password=sas;database=db"; SqlConnection conn = new SqlConnection(strConnection); conn.Open(); how will i write it in any application configuration file working in windows form,and call it on every page that needs to b connected?? can any body help me??
$h@ma!|@