Example #1
0
 protected void GetCategories_btn_Click(object sender, EventArgs e)
 {
     DropDownList1.DataSource = client.GetCategories();
     DropDownList1.DataBind();
 }