11 2011 档案

摘要: http://www.cnblogs.com/legendxian/archive/2010/01/25/1655551.html阅读全文
posted @ 2011-11-22 22:52 Zhuang miao 阅读(115) | 评论 (0) 编辑
摘要: $(document).ready(function() { $("a").modelwindow({ onclosed: function(data) { $("#cb").val(data); }, callbackcontentid: "#Text4" }) })阅读全文
posted @ 2011-11-16 00:19 Zhuang miao 阅读(161) | 评论 (0) 编辑
摘要: Implementing PagingIt is always a good idea to restrict the number of rows returned with a query. Currently, thisimplementation returns all the rows in the INVENTORY table. It works well enough now because thetable contains fewer than 100 rows. If this were implemented in a scenario in which the res阅读全文
posted @ 2011-11-14 22:55 Zhuang miao 阅读(53) | 评论 (0) 编辑
摘要: VIew<%@PageTitle=""Language="C#"MasterPageFile="~/Views/Shared/Site.Master"Inherits="System.Web.Mvc.ViewPage<dynamic>"%><asp:ContentID="Content1"ContentPlaceHolderID="TitleContent"runat="server">EasyUIDemo</as阅读全文
posted @ 2011-11-07 02:45 Zhuang miao 阅读(138) | 评论 (0) 编辑