Posts by Igor Simoes • 1 point
2 posts
-
0
votes4
answers16671
viewsA: Synchronous Xmlhttprequest error on the main thread is deprecated
I had the same problem, and with it my page recharged without my request. entered the code below and solved the Reload problem. e.stopPropagation(); return false; Follow an example below: var…
-
0
votes2
answers236
viewsA: C# doubt with html
I had a problem similar to yours, and the solution I found was to store the binary image in the database, and so load it with the code below. Below the view that loads the data. @model…