03 2012 档案

摘要:OWC组件生成Excel数据表 阅读全文
posted @ 2012-03-29 17:25 XuebinDing 阅读(2016) 评论(0) 推荐(3)
摘要:OWC组件生成折线图 阅读全文
posted @ 2012-03-29 15:58 XuebinDing 阅读(1557) 评论(1) 推荐(1)
摘要:使用OWC组件生成饼状图 阅读全文
posted @ 2012-03-29 13:55 XuebinDing 阅读(987) 评论(0) 推荐(1)
摘要:使用OWC组件生成柱状图 阅读全文
posted @ 2012-03-29 11:09 XuebinDing 阅读(2043) 评论(0) 推荐(1)
摘要:ASP.NET 邮件发送 System.Net.Mail 阅读全文
posted @ 2012-03-27 14:17 XuebinDing 阅读(6820) 评论(7) 推荐(5)
摘要:1.新建demo.aspx页面。2.首先在该页面的后台文件demos.aspx.cs中添加引用。using System.Web.Services;3.无参数的方法调用.大家注意了,这个版本不能低于.net framework 2.0。2.0已下不支持的。后台代码:[WebMethod] public static string SayHello() { return "Hello Ajax!"; } JS代码:$(function() { $("#btnOK").click(function() { $.... 阅读全文
posted @ 2012-03-01 18:19 XuebinDing 阅读(90442) 评论(18) 推荐(9)