Posts by Castro JR • 29 points
2 posts
-
0
votes3
answers11617
viewsA: Problems with special characters Html5 bootstrap
Buddy, take the two lines: meta charset="utf-8" meta http-equiv="Content-Type" content="text/html; charset=utf-8" and test again
-
2
votes2
answers2032
viewsA: How to connect an HTML page, using ASP, to the SQL Server database?
There are several ways to solve your problem. I would use the Entity framework to map my database objects into classes (database-first) and insert my conectionstring into the config. After this, in…