Mercurial > pub > bltoolkit
comparison Demo/Asp.Net/Web/Admin/Items.aspx.cs @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 using System; | |
2 | |
3 using PetShop.BusinessLogic; | |
4 | |
5 public partial class Admin_Items : System.Web.UI.Page | |
6 { | |
7 protected void Page_Load(object sender, EventArgs e) | |
8 { | |
9 binder.List = new ProductManager().GetAllItemList(); | |
10 } | |
11 } |