コード例 #1
0
 // GET: /AutocompleteAutofill/
 public ActionResult Autofill()
 {
     ViewBag.datasource = Flowers.GetFlowers();
     return(View());
 }
コード例 #2
0
        //
        // GET: /Sorting/

        public ActionResult Sorting()
        {
            ViewBag.datasource = Flowers.GetFlowers();
            return(View());
        }
コード例 #3
0
 // GET: //
 public ActionResult Methods()
 {
     ViewBag.datasource = Flowers.GetFlowers();
     return(View());
 }
コード例 #4
0
 protected void Page_Load(object sender, EventArgs e)
 {
     this.selectFlower.DataSource = Flowers.GetFlowers();
 }