11 2007 档案

摘要:1publicstaticobjectGetFormatter(stringfilePath) 2{ 3objectresult=null; 4try 5{ 6BinaryFormatterformatter=newBinaryFormatter(); 7if(System.IO.File.Exists... 阅读全文
posted @ 2007-11-28 16:50 飘渺峰 阅读(2575) 评论(1) 推荐(0)
摘要:ASP.net2.0中新增的方法,怎么使用就不多说了。不过提心一点,他注册的js文件发送到页面时,Dom没加载完,所以会出错. 一般把调用写在js函数里就好了. 阅读全文
posted @ 2007-11-22 13:07 飘渺峰 阅读(749) 评论(0) 推荐(0)