摘要: 在开始之前,先建立一个smallfools.xml文件,内容如下:<?xml version="1.0" encoding="utf-8"?><smallfoolsRoot> <poems> <author>王维</author> <title>竹里馆</title> <content>独坐幽篁里,弹琴... 阅读全文
posted @ 2009-06-17 11:26 起源 阅读(123) 评论(0) 推荐(0)
摘要: protected void RepeaterPost_ItemCommand(object source, RepeaterItemEventArgs e) { if ((e.Item.ItemType == ListItemType.Item) || (e.Item.ItemType == ListItemType.AlternatingItem)) { DbDataRecord dbr = ... 阅读全文
posted @ 2009-06-17 11:24 起源 阅读(405) 评论(0) 推荐(0)