摘要: <a href="/Document/Download?id=<%= ViewData.Eval("documentRead.DocumentID") %>">下载该文档</a> 这句代码是在页面中被点击以后返回DocumentController类的Download()方法,在Download方法里面有以下语句: int documentid = Request.QueryString["id"].ToInteger(); //此处加上下载数的逻辑 document.UpdateDownloadC 阅读全文
posted @ 2011-05-10 18:58 八神吻你 阅读(287) 评论(0) 推荐(0) 编辑