Esempio n. 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     ShowTitle("线路详细信息");
     MyLine   = LineBLL.SelectLine(GetUrlInt("LineID"));
     MyGroups = GroupBLL.GetLineGroups(GetUrlInt("LineID"));
     if (!Page.IsPostBack)
     {
         BindDropDownList();
         BindData();
     }
 }