.NET开发

常用链接

统计

最新评论

.NET(C#)

.NET(C#)
AutoCompleteExtender 不工作的处理
摘要: 最新版本的AutoCompleteExtender不工作,CTP 1.0 Beta版

主要发现 AutoCompleteExtender不触发WebService的工作函数

WebService.cs文件 作如下改动后,可正常使用
1、引用Microsoft.Web.Script.Services;
2、将[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]]两句删除掉
增加[ScriptService]
即可
阅读全文

posted @ 2006-10-30 11:45 加林仙人 阅读(2070) | 评论 (6) 编辑

C#操作Excel(导入导出)- -

posted @ 2006-10-16 10:54 加林仙人 阅读(833) | 评论 (3) 编辑

HTML中的转义字符

posted @ 2006-10-12 20:37 加林仙人 阅读(9247) | 评论 (3) 编辑

对象存数据库的几种方案比较

posted @ 2006-10-11 10:01 加林仙人 阅读(159) | 评论 (0) 编辑

.NET读取数据库说明信息

posted @ 2006-09-25 09:58 加林仙人 阅读(335) | 评论 (0) 编辑

asp.net上传RAR文件自动解压

posted @ 2006-09-18 17:16 加林仙人 阅读(3022) | 评论 (3) 编辑

ASP.NET生成高质量缩略图通用函数(c#代码)

posted @ 2006-09-15 17:24 加林仙人 阅读(2732) | 评论 (7) 编辑