STAGE 3-2
This commit is contained in:
@@ -29,7 +29,7 @@ public partial class admin_project_update : MyWeb.config
|
||||
else
|
||||
{
|
||||
int _num = Val(Request["pnum"]);
|
||||
var qry = _db.project_sub.AsEnumerable();
|
||||
var qry = _db.project_sub.AsQueryable();
|
||||
var prod = qry.Where(q => q.num == _num).FirstOrDefault();
|
||||
|
||||
if (prod != null)
|
||||
|
||||
Reference in New Issue
Block a user