随笔分类 -  C#

摘要:function $(id) { if (id != null || id != "") { return document.getElementById(ClientIDPrefix + id); }}function Get() { if ($("txt").value == "") { $("lbl").value = ""; return; } var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest() 阅读全文
posted @ 2013-08-29 23:47 剑握在手 阅读(354) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Data;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data.SqlClient;using System.Text;using System.Collections;//using System.Text;namespace WebApplication1{ public partial class WebForm... 阅读全文
posted @ 2013-07-21 21:14 剑握在手 阅读(890) 评论(0) 推荐(0) 编辑

返回顶部↑
点击右上角即可分享
微信分享提示