06 2008 档案
摘要:// 老大走了,一个时代结束了。。。 From: Bill Gates Sent: 28 June 2008 01:40 To: Microsoft - All Employees (QBDG) Subject: My last full-time day at Microsoft I want to share some thoughts on my last day as a full-...
阅读全文
摘要:var txt="We are the so-called "Vikings" from the north." document.write(txt) 才开始总认为这样的话输出的就是We are the so-called "Vikings" from the north.其实并不是这样,输出的是We are the so-called 因为无论单引号还是双引号都是成对出现的,只是简单的匹配,他...
阅读全文
摘要:我的一点点思路,不晓得怎么样~~~呵呵,反正效果是实现了~~~ 先说说思路,前台还是用datalist控件把数据从后台读出来,现在关键是怎么样把新的留言加到datalist中并且不刷新页面,看了一些其他人的做法就是把所有的数据重新以异步的方式读到前台,数据量大的话觉得这样并不好,我的想法是不用重新读取所有数据但还能把新的留言呈现的前台页面。 当点击确认留言的时候,利用javascript创建一些H...
阅读全文
摘要:效果图: 数据库表: DirID:目录的ID,ParentID:目录的父路径ID,Name:目录的名字 主要代码: using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web....
阅读全文
摘要:其实用UpdataPanel很简单就可以实现的,这里试试用javascript的方法 DropDownList1代表年,DropDownList2代表月,DropDownList3代表日。 由于用到的是Dropdownlist服务器控件所以要在Page_Load添假相关代码: protected void Page_Load(object sender, EventArgs e) { ...
阅读全文
摘要:javascript代码: //pageLoad函数在成功更新后隐藏提示面板 function pageLoad() { showmessage("false",""); } //设定当引发initializeRequest事件时便执行事件处理函数CheckStatus Sys.WebForms.PageRequestMan...
阅读全文
摘要:javascript代码: 后台主要代码: using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; usi...
阅读全文
摘要:前台代码并没有什么就是一个GridView控件 主要是后台代码: using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.We...
阅读全文

浙公网安备 33010602011771号