Exemplo n.º 1
0
    protected void DropDownList_req_SelectedIndexChanged(object sender, EventArgs e)
    {
        SqlFuns sf = new SqlFuns();

        bind(sf.SearchRequirement(uint.Parse(DropDownList_req.SelectedValue)));
    }