06 2012 档案

MVC中如何选取后台数据展示下拉列表项
摘要:Controller中的Edit方法 [HttpPost] publicActionResultEdit(Commentcomment){if(ModelState.IsValid){db.Entry(comment).State=EntityState.Modified;db.SaveChanges();returnRedirectToAction("Index");}ViewBag.UserId=newSelectList(db.Users,"UserId","Email",comment.UserId);ViewBag.Post 阅读全文

posted @ 2012-06-27 23:02 月小 阅读(878) 评论(0) 推荐(0)

测试webtrends的Refer
摘要:如题,好像webtrends里的refer只有http开头的网址啊,不知道自己在本地点的那种链接有没有计数的在线链接到UK Now在线链接到UK Now(不使用refer参数)明天看下webtrends里面的情况 阅读全文

posted @ 2012-06-26 11:07 月小 阅读(136) 评论(0) 推荐(0)