Why SOME users cannot update record through the browser?
We have a simple SQL Server database with an ASP.NET front end.
I can easily update a record from my browser.
Another person cannot: he edits the field and hits the "update" button, but the change is not propagated to the database. The old value remains开发者_StackOverflow社区. He is using Internet Explorer. I checked the database, and his change is not propagated. There is no error thrown.
He WAS able to edit in May. Today he can't. but I can.
I can even update it with the Google Chrome browser.
Any ideas why his browser can't update, but I can?
Thanks!
Check thoroughly your stored procedures and application structure, it might not be a browser issue at all. There must be some permission or user level problem in application.
精彩评论