Posts by Efraim Galdino • 142 points
5 posts
-
1
votes1
answer513
viewsA: Bring BD data with javascript
If you want to use only Java Script, I recommend using Node.js. It is a platform built on the Javascript engine, you can make a complete application with back end using only Java Script.…
-
3
votes6
answers17707
viewsA: How to validate date with Angularjs or jQuery?
I’ll give you a code that I use here in pure javascript, this little monster validates everything will solve your problem: function validateDate(id) { var RegExPattern =…
-
0
votes2
answers207
viewsA: How to create a database in SQL Server?
There is no secret to connect, let’s see the simple steps: 1 - In the server name option you put the name of your local pc, ex Name-Pc/user 2 - Brand windows Authentication and will connect. No…
-
1
votes1
answer872
viewsA: How do you popular a Treeview with a bank list?
Simple, just do a foreach on each your list, and create the Node via c#. First, comment with the <% -%> the code of the nodes in your webforms, or remove leaving only the Treeview statement,…
-
0
votes1
answer1989
viewsA: Put icons on a treeview with bootstrap
I think you have put the wrong link because it is different from the code posted. But I will post a cool template that ultilizo beautiful and complete that Voce can use:…