博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年9月29日

摘要: CSS代码: JavaScript代码: 页面代码: Move the mouse over here Title goes here Descripting Title here 其它效果: 1.Change the line filter:glow(opaci... 阅读全文

posted @ 2006-09-29 17:10 张明 阅读(805) 评论(0) 推荐(0) 编辑

摘要: //将指定字符串中的汉字转换为拼音缩写,其中非汉字保留为原字符。 public string GetPinYin(string text) { char pinyin; byte[] array; System.Text.StringBuilder sb = new System.Text.StringBuilder(text.Length); foreach(char c ... 阅读全文

posted @ 2006-09-29 16:19 张明 阅读(360) 评论(0) 推荐(0) 编辑

摘要: public class ValidateCode : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { this.CreateCheckCodeImage(GenerateCheckCode()); } Web 窗体设计器生成的代码#region Web 窗体设计器生成的代... 阅读全文

posted @ 2006-09-29 16:11 张明 阅读(246) 评论(0) 推荐(0) 编辑

摘要: 为 GridView 添加多层表头 阅读全文

posted @ 2006-09-29 15:52 张明 阅读(466) 评论(0) 推荐(0) 编辑