データベーステーブルから配列に値を保存したいのですが、保存する場合は、「オブジェクトの参照がオブジェクトのインスタンスを設定しない」という例外を使用して、コードを確認してください。
.cod Behinde
public DataSet showoption1()
{
SqlCommand cmd = new SqlCommand("select * from assessmenttest",con);
SqlDataAdapter adptr = new SqlDataAdapter(cmd);
DataSet ds = new DataSet();
adptr.Fill(ds,"test");
int [] arr=new int[10];
DataTable table=ds.Tables[0];
for(int i=0;i<table.Rows.Count;i++ )
{
test.Agree[i] =Convert.ToInt32(ds.Tables[0].Rows[i]["option1"]);
}
ビジネスロジック層のクラスコード:
パブリッククラステスト{
public staticint[]同意します。
}