これを使用して接続オブジェクトを渡します:
SqlCommand cmd=new SqlCommand ("insert into time(project,iteration)values('"+this .name1 .SelectedValue +"','"+this .iteration .SelectedValue +"')",conn);
これを使用して接続オブジェクトを渡します:
SqlCommand cmd=new SqlCommand ("insert into time(project,iteration)values('"+this .name1 .SelectedValue +"','"+this .iteration .SelectedValue +"')",conn);
Log4Net は Dev マシンで動作し、共有ホストに展開すると失敗します (同じ db/connstring を使用) SQL Server 2005 の WITH ステートメントを使用した複数の Select ステートメント