Posts by Igor • 70 points
5 posts
-
0
votes0
answers23
viewsQ: Select in dynamic XML returning all possible values within the tags - SQL SERVER
i wonder if it is possible to select in an XML bringing all possible results within select and stored in a variable XML: <Nome>@PartyId</Nome><Nome>@CallId</Nome> The tag…
-
2
votes1
answer41
viewsA: Where to place a Modal "const" of the Material UI inside a Class in Reactjs?
Dude.. you can’t use useState inside the render, you must pass that information before the render.. inside a constructor as the documentation says... Example: class Example extends React.Component {…
-
1
votes1
answer144
viewsQ: Inserting data into failed Datagrid for unique ID not found React Material-UI
the error that presents me: Error: Material-UI: The data grid Component requires all Rows to have a Unique id Property. A Row was provided without id in the Rows prop: {} I build my table according…
-
1
votes1
answer234
viewsA: What is and what is the difference between IIS Local and IIS Express?
Basically the IIS Express you will use to test your application, it is a simpler version and optimized for developers. Already the IIS Local you will use to leave your application in production.…
-
0
votes1
answer107
viewsQ: API Returns Json Object with ID - IONIC 5 and Angular
I’m working with an API that returns a JSON with a JSON object inside. Example: {"authorized":true,"status":200,"foundmatch":true,"requested":"baiier", "players": {…