protected void DropDownList_dow_SelectedIndexChanged(object sender, EventArgs e)
    {
        SqlFuns sf = new SqlFuns();

        bind(sf.SearchTimetable(short.Parse(DropDownList_dow.SelectedValue)));
    }