Ejemplo n.º 1
0
    protected void FillAuthorDropDown()

    {
        string[] authors = bsc.GetPositions();
        AuthorDropDownList.DataSource = authors;
        AuthorDropDownList.DataBind();
    }