string age = Request.Form["Age"];
如下:
return int.Parse(s);
int iAge = Convert.Toint32(age);
List r = tmp.Student.Where(t => t.Age== iAge).Select(t => t).ToList();