Posts by Tácio Chateaubriand • 3 points
4 posts
-
0
votes3
answers103
viewsA: Disable button via php/jquery/javascript
The best way to do this would be really with Ajax, OO and maybe the use of PDO, but the way it is my suggestion is very similar to Lucas, only change the query. $query ="SELECT COUNT(id) as total…
-
0
votes2
answers74
viewsA: View.Bag returning null
I found the problem, it was nothing programming and not structure, it was passing a field in the construction of the Dropdownlist with the name of the wrong field. The NULL he was returning was…
-
-1
votes2
answers74
viewsQ: View.Bag returning null
I am creating an APS.NET CORE form with C# and Sqlserver sending email and one of the fields is a dropdownlist that lists data from a table. List<Templates> templates = new…
-
0
votes3
answers215
viewsQ: Problems with connectionString in ASP.NET C# CORE
I’m new to ASP.NET with C# and have a problem accessing the information on my web.config. This is the connection tag to the database: <connectionStrings> <add name="someConnection"…