摘要:
Set operators are used in compound queries: queries that combine the resultsof two queries. The number of columns selected in both queries must be thesame 。The table belowlists the set operators and h... 阅读全文
posted @ 2008-08-25 16:32
jiangjian_85
阅读(275)
评论(0)
推荐(0)
摘要:
这是笔者常被问到的一个问题,如何通过ASP.NET来下载文件,这个问题可大可小,我们先从小的开始。当我们要让用户下载一个文件,最简单的方式是通过Response.Redirect指令: Response.Redirect("test.doc") 您可以把上面这行指令放在Button的Click事件当中,当用户点击按钮之后,网页就会被转址到该word档,造成下载的效果。 但是这样的下载有几个... 阅读全文
posted @ 2008-08-25 13:11
jiangjian_85
阅读(559)
评论(0)
推荐(0)