- 博客(10)
- 资源 (3)
- 收藏
- 关注
转载 jquery跨域访问ashx
跨域访问js实现。环境:.net3.5+Jquery+JSON.net因为在跨域实现,所以这里新建网站,这个网站只需要:(1) Customer类public class Customer{ public int Unid { get; set; } public string CustomerName { get; set; } public s
2014-10-10 17:07:54
787
转载 图标控件的使用TeeChart
1.添加teechart到工具箱。 步骤 工具箱上点右键,添加选项卡->选择项->选择teechart.dll确定即可。可以同时添加language.dll2. 新建一个aspx页面,拖一个teechart到页面中,设置属性并添加个Button。代码如下: 3.假如我
2014-08-20 14:50:55
1414
原创 页面数据操作
/// /// 将Html标签转化为空格 /// /// 待转化的字符串 /// 经过转化的字符串 private string stripHtml(string strHtml)<img none';="" codehighlighter1_175_390_open_text.style.display="none" ;="" codehighlighter
2014-06-27 16:07:32
334
转载 C#程序抓取网页实例
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.N
2014-06-27 15:57:47
352
原创 基于母版页的页面 js调用问题
function CheckPwda() { var password=document.getElementById("").value; var passworda=document.getElementById("").value; if(password != passworda)
2014-06-13 15:27:06
1167
原创 DBHelper 方法集合
using System; using System.Collections.Generic; using System.Text; using System.Data.SqlClient; using System.Data; using System.Configuration; using BookShop.Models; namespa
2014-06-13 08:42:04
622
转载 DataAdapter填充多个table至ds
using System;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.Data;using System.
2014-06-13 08:40:25
509
原创 asp.net 发送邮件 System.Net.Mail
private static string strSMTP = ConfigurationSettings.AppSettings["SMTP"];//服务器,smtp.163.com private static string strUserName = ConfigurationSettings.AppSettings["UserName"];//邮箱登陆账号
2014-06-12 11:07:19
354
原创 验证码生成
protected void Page_Load(object sender, EventArgs e) { string checkCode = createRandomCode(4); Session["checkCode"] = checkCode; this.createImage(checkCode)
2014-06-12 09:56:52
301
Jquery EasyUI 1.4版本官方开发包+中文版API开发文档
2014-09-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人