摘要:
要绑定的数据结构如下,一个Category包含多个SubCategory:public class Category { public string Name { get; set; } public ObservableCollection<SubCategory> SubCategories { get; set; } } public class SubCategory { public int Id { get; set; } public string SubCategoryName { get; set... 阅读全文
posted @ 2013-05-09 17:48
三叶草╮
阅读(1727)
评论(0)
推荐(0)
摘要:
三层架构 概念 百度百科:http://baike.baidu.com/view/687468.htm 工厂模型三层: 项目层添加 数据库连接信息 App.config 文件 <?xml version="1.0" encoding="utf-8" ?><configuration> <appSet 阅读全文
posted @ 2013-05-09 15:47
三叶草╮
阅读(133)
评论(0)
推荐(0)
摘要:
var bMoveable=true;var strFrame; document.writeln('<iframe id=endDateLayer frameborder=0 width=162 height=211 style="position: absolute; z-index: 9998 阅读全文
posted @ 2013-05-09 11:10
三叶草╮
阅读(403)
评论(0)
推荐(0)
摘要:
using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration;us 阅读全文
posted @ 2013-05-09 10:40
三叶草╮
阅读(462)
评论(0)
推荐(0)