摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication9.WebForm1" %> <!DOCTYPE html> <html xmlns="http:/
阅读全文
摘要:$.fn.extend({ SetDict: function (option) { var txtControl = $(this); if (!txtControl.hasClass("combo-text")) { // var width = txtControl.width(); //tx
阅读全文
摘要:$.fn.extend({ SetDict: function (option) { var txtControl = $(this); if (!txtControl.hasClass("combo-text")) { // var width = txtControl.width(); //tx
阅读全文
摘要:this.SetDict = function (obj, dicType, multiple, Ischeckbox, callback, change) { obj.combogrid({ panelWidth: 250, idField: 'Code', textField: 'Name',
阅读全文
摘要:$.fn.GetPostData = function () { var data = {}; var k = false; $(this).find(".datacontrol").each(function (i, value) { var field = $(value).attr("name
阅读全文
摘要:1.jqgrid控件列在需要的地方加上edittable=true <asp:JQGrid runat="server" ID="jq1" AutoWidth="true" Height="400" DataUrl="/ccr/CcrCompanyPromoterManage.aspx?_metho
阅读全文
摘要:1.1在jqgrid 按钮 1.2 在jqgrid的客户端事件中绑定如下方法function gridComplete() {var ids = jQuery("#jq2").jqGrid('getDataIDs');for (var i = 0; i ";se = "";//ce = "";jQ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication6{class Pro...
阅读全文
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threadi...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication4{public st...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{class Pro...
阅读全文
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;...
阅读全文
摘要:1.多线程调用界面后台代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;usin...
阅读全文
摘要:1.前台代码公司名称1:新增编辑删除查询导入删除历史数据公司名称2:新增编辑1删除查询导入删除历史数据公司名称3:新增编辑删除查询导入删除历史数据2.后台代码using System;using System.Collections.Generic;using System.Linq;using S...
阅读全文
摘要:QueryInfo info = new QueryInfo(); info.CustomSQL = @" select column_name, data_type, data_precision, data_scale, ...
阅读全文
摘要:select column_name, data_type, data_precision, data_scale, nvl((select t_s.comments from all_col_comments t_s where t...
阅读全文