摘要:
USE [Appserver] GO /****** Object: StoredProcedure [AppServer].[ImportNodeRelationData] Script Date: 08/05/2013 19:15:56 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GOALTER procedure [AppServer].[ImportNodeRelationData] @ClientId uniqueidentifier, @RelationDataXML ntext, @TimeCreated da... 阅读全文
posted @ 2013-08-05 19:18
yufeiyunsui
阅读(233)
评论(0)
推荐(0)
摘要:
// var bd = Form1.getElementsByTagName("input");//得到GridViewbd的所有input控件 // var qx = document.getElementById("CheckAll");//得到id是checkall的信息 // for (i = 0; i 0) // $(":checkbox").attr("checked", $(this).attr("checked")); // $("[input]").attr 阅读全文
posted @ 2013-08-05 14:40
yufeiyunsui
阅读(182)
评论(0)
推荐(0)