Posts by Daniel Dias • 25 points
4 posts
-
1
votes1
answer233
viewsQ: Asp.net HTTP Client get with query string
Developed on an Asp.net mvc I intend to implement an HTTP request that with this part of code the meteorologies present me a "list" with the parameters of the query…
-
0
votes1
answer26
viewsQ: Error accessing array indices inside a LINQ expression
I am doing a query to search all weather with a certain date, but when executing occurs the following error: An exception of type 'System.NotSupportedException' occurred in…
-
0
votes4
answers2211
viewsQ: JSON Object Object Object
I need to create a json object from scratch where each key has several values/values example: '{"name":["daniel","dias"],"morada":["joao","allen"]}' For that I am executing this code several times,…
-
1
votes1
answer3922
viewsQ: Error: Cannot read Property 'style' of null
I am doing a work in html, css, javascript and ajax and the goal is to change the style of the tab with the sensor name id when it is clicked, but it says that the element does not exist and I…