随笔- 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, ...阅读全文
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...阅读全文
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...阅读全文

