摘要: 先上传个效果图 和 代码 明天把文字补上 /Files/ivy/Redirect.rar int time = DateTime.Now.Hour.CompareTo(13); string str; if (time > 0) { str = "下午好"; } else if (t... 阅读全文
posted @ 2008-06-04 00:32 坤哥 阅读(718) 评论(0) 推荐(0)
摘要: 1.这个图就是这个留言本的数据表 2.这个图就是留言本的界面 就是 两个TextBox 和一个 Repeater 控件 3.IDE中的图 呵呵~ 4.下面就是运行的效果图了 这个例子非常简单,有说的就是 Repeater 控件 e.item.FindControl 方法找到 TextBox 的ID 继而用其值! /Files/ivy/GuestBook.rar 阅读全文
posted @ 2008-06-04 00:03 坤哥 阅读(272) 评论(0) 推荐(0)