Пример #1
0
    public void BindCategories()
    {
        DALCategory obj = new DALCategory();
        DataSet     ds  = obj.Category_GetList();

        rptCategories.DataSource = ds.Tables[0];
        rptCategories.DataBind();
    }