コード例 #1
0
ファイル: U_rank.ascx.cs プロジェクト: tabtu/ADBP2
    protected void DropDownList_level_SelectedIndexChanged(object sender, EventArgs e)
    {
        SqlFuns sf = new SqlFuns();

        bind(sf.SearchCourseLEVEL(ushort.Parse(DropDownList_level.SelectedValue)));
    }