标签: c# asp.net sql-server
答案 0 :(得分:0)
它似乎是一个缓存问题。尝试将url中的随机参数发送到您看到Employees的下一页。 或者尝试放入您看到员工信息的页面
Response.Cache.SetCacheability(HttpCacheability.No Cache) Response.Cache.SetExpires(Now()) Response.AddHeader( "Pragma", "no-cache")
希望它有效