deerchao的blog

Be and aware of who you are.

导航

统计

公告

03 2007 档案

Grey's Anatomy越来越好看了

posted @ 2007-03-25 01:11 deerchao 阅读(109) | 评论 (1) 编辑

LiveHelp:方便地在Asp.net界面上添加帮助文档
摘要: Help.htm:
<h2 id="testHelp">帮助一</h2>
<div>
<p>some contents here.</p>
</div>

Action.aspx:
<live:LiveHelper HelpId="testHelp" runat="server"></live:LiveHelper>阅读全文

posted @ 2007-03-22 18:04 deerchao 阅读(2690) | 评论 (10) 编辑

在VirtualBox上安装和使用Windows

posted @ 2007-03-20 22:35 deerchao 阅读(5903) | 评论 (6) 编辑

Tip:如何更改GridView的默认排序方向

posted @ 2007-03-19 15:38 deerchao 阅读(1018) | 评论 (1) 编辑

使用 LumiSoft.Net.POP3.Client 接收邮件

posted @ 2007-03-16 15:46 deerchao 阅读(9023) | 评论 (31) 编辑

新版的Google Translate

posted @ 2007-03-14 10:15 deerchao 阅读(287) | 评论 (1) 编辑

CommunityServer::Chameleon rocks - Asp.Net without aspx.cs!

posted @ 2007-03-13 03:21 deerchao 阅读(314) | 评论 (1) 编辑

Tip:如何指定浏览器下载并保存动态生成的数据时对话框里的默认文件名
摘要: 示例情景:你通过代码在服务器的内存里生成了一个CSV文件,并且希望用户下载时出现的另存为对话框中的默认文件名为"Stocks-2007-03-12.csv":string filename="Stocks-2007-03-12.csv"; string fileContent="...";Response.ClearHeaders();Response.ClearContent();Response.HeaderEncoding = Encoding.Default;Response.ContentEncoding = Encodin阅读全文

posted @ 2007-03-12 21:58 deerchao 阅读(640) | 评论 (0) 编辑