Posts by eclesiomelo • 21 points
3 posts
-
0
votes4
answers179
viewsA: Create method that avoids code repetition in ASP.NET with SQL
The connection can be a c# class (Models/Dataacess.Cs). Dataacess.Cs file public class DataAcess{ public DataAcess(){ //Colque sua String de Conexão aqui //Retorne a variavel de conexao. } Dai in…
-
1
votes1
answer944
viewsA: Sending form via Ajax in Laravel + Request
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.validate/1.6/jquery.validate.js" ></script> <script src="\jquery\funcoes\Validacao.js"…
-
1
votes2
answers312
viewsA: Popular Graphics with List - Java Script
Hello, I had some difficulties in connection to popular a graph with data too. I did not use ajax but Jquery receiving a json return. I also use Highcharts. the function was var variavel_array = [];…