07 2009 档案

摘要: http://feiyu.asgard.cn/jquery/fxmarquee/阅读全文
posted @ 2009-07-23 17:34 悟〈--觉 阅读(122) | 评论 (0) 编辑
摘要: http://developer.51cto.com/art/200906/131898.htm阅读全文
posted @ 2009-07-23 13:32 悟〈--觉 阅读(105) | 评论 (0) 编辑
摘要: 前台页如下:其实主要的思路是,首先把要修改的那个字段绑定为不可见的,然后在后台的private void DataGrid1_ItemCreated(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e){ if(e.Item.ItemType==ListItemType.Item||e.Item.ItemType==Li...阅读全文
posted @ 2009-07-23 09:35 悟〈--觉 阅读(126) | 评论 (0) 编辑
摘要: /*******************************************************************************/不同的浏览器,比如Internet Explorer 6,Internet Explorer 7,Mozilla Firefox等,对CSS的解析认识不一样,因此会导致生成的页面效果不一样,得不到我们所需要的页面效果。这个时候我们就需要针...阅读全文
posted @ 2009-07-23 09:25 悟〈--觉 阅读(109) | 评论 (0) 编辑
摘要: //处理JSON数据格式public string json(string json){string []index1=Getindex(json,"\'").Split(',');string []index2=Getindex(json,"\\“).split(',');for(int i=0;i<index1.Length-1;i++){json.Insert(int.Pa...阅读全文
posted @ 2009-07-17 14:38 悟〈--觉 阅读(257) | 评论 (0) 编辑
摘要: //给时间添加天function AddDay(strInterval, Number, dtTmp) { switch (strInterval) { case 's': return new Date(Date.parse(dtTmp) + (1000 * Number)); case 'n': return new Date(Date.parse(dtTmp) + (60000 * Numb...阅读全文
posted @ 2009-07-15 17:47 悟〈--觉 阅读(58) | 评论 (0) 编辑
摘要: this.DataGrid1.AllowPaging=false;Bind(DataGrid1,"select * from [work]");Response.Clear();Response.Charset="utf-8"; //输出string Title = this.Title.Text;Response.AppendHeader("Content-Disposition","attac...阅读全文
posted @ 2009-07-15 17:10 悟〈--觉 阅读(71) | 评论 (0) 编辑