周巍
学习生活,学习技术,也学习英语
随笔- 31  文章- 0  评论- 45 
博客园  首页  新随笔  联系  管理  订阅 订阅
03 2009 档案
.NET DateTime in Ajax

摘要: If we use ASP.NET web service or WCF with AJAX, the .NET DateTime is transfered in "/Date(1255329630000+0800)/" format (2009/10/12 14:40:30) between server and client browser. The format is UTC time, ...阅读全文
posted @ 2009-03-24 15:31 周巍 阅读(270) | 评论 (0) 编辑
Using Ajax with Firefox

摘要: When we use Ajax with Firefox, if we only need to get data from server, the Ajax method should set to "GET", otherwise Firefox will raise an error called Length required. If we want to send data to se...阅读全文
posted @ 2009-03-22 03:40 周巍 阅读(135) | 评论 (1) 编辑
How to integrate custom security policy into Windows domain authentication

摘要: Generally, the ASP.NET built in Windows domain authentication is not sufficient. For example, we often need to use Windows domain authentication with database information. Here is my example which sho...阅读全文
posted @ 2009-03-01 23:00 周巍 阅读(968) | 评论 (0) 编辑

Copyright ©2012 周巍