@model IEnumerable<MVCBindGridView.Models.Student> · @{ · ViewBag.Title = "Bind Gridview with Database"; · WebGrid grid = new WebGrid(Model); · } · < ...
確定! 回上一頁