摘要:
由于最近工作不是很忙,在工作之余。学习了下Ajax无刷新技术,首先是以IE浏览器的Ajax框架 在.NET中创建个一般处理程序getdate.ashxpublic class GetData1 : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Write(DateTime.Now.ToString()); } public boo... 阅读全文
posted @ 2012-06-04 22:31
Mecry
阅读(367)
评论(0)
推荐(0)
浙公网安备 33010602011771号