11 2011 档案
摘要: http://www.cnblogs.com/legendxian/archive/2010/01/25/1655551.html阅读全文
摘要: $(document).ready(function() {
$("a").modelwindow({
onclosed: function(data) { $("#cb").val(data); },
callbackcontentid: "#Text4"
})
})阅读全文
摘要: 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阅读全文
摘要: VIew<%@PageTitle=""Language="C#"MasterPageFile="~/Views/Shared/Site.Master"Inherits="System.Web.Mvc.ViewPage<dynamic>"%><asp:ContentID="Content1"ContentPlaceHolderID="TitleContent"runat="server">EasyUIDemo</as阅读全文

