Posts by Everton • 141 points
5 posts
-
3
votes1
answer1757
viewsQ: To assign the value of a variable that is in a Javascript function, for an SQL query.
I have a javascript function that gets the value of the selected item in a combobox, and would like to pass this value as parameter to an SQL query to bring the data that is related to the value…
-
4
votes1
answer38900
viewsQ: Get the value of the selected item in a Classic Sp Combobox
I have two combobox, I need to get the id of one to load the other from the item that was selected in the combobox1,how could I do this through a javascript function. <select id="cb_catinsumo"…
-
0
votes1
answer5609
viewsQ: SQL SERVER connection string for classic Asp
How do I create a connection string for CLASSIC ASP to connect to the Microsoft SQL Server database
-
0
votes2
answers648
viewsQ: Jquery validation in mvc fields
I have a View with some fields, I need to do a validation to check if the field is empty when the user click on a button ex: save, I searched some functions in jQuery no more meets what I need to…
-
3
votes1
answer663
viewsQ: Validation of Client fields in ASP . NET MVC 4
I’m needing to do field validations on a system both on the client side and on the server side, on the server side I’ve already been able to do, but I couldn’t find any way to do client side…