Posts by Ahri Main • 63 points
5 posts
-
0
votes1
answer24
viewsQ: How to save data from a Carraydataprovider in the Database?
Hello, I have a Carraydataprovider and wanted to save your data in a table through a model, I have tried several ways and did not get result, which would be the best way to save it? My last attempt…
-
0
votes0
answers26
views -
3
votes1
answer157
views -
3
votes4
answers9949
viewsQ: Load image via javascript
I tried to upload image by JS but I couldn’t do it through onload, follows the code I tried: HTML: <img class="razer" id="imageoption" onload="imageOption()"> JS: document.onload = function…
-
0
votes0
answers36
viewsQ: Connection error in the Connection string
Hello, trying to connect my VS to Mysql by string connection I get every time error that the server was not found, as I should proceed? private void btnCadastrarConfirmed_Click(object sender,…