skip to Main Content

Html – Error 500 when I called webservice with AJAX

I have web service solution in Visual Studio with one parameter : Public Function CheckPalletInLocation(location As String) As String Dim ScaleConnnection As New SqlClient.SqlConnection("MYCONNEXION") Dim ScaleCommand As New SqlClient.SqlCommand ScaleCommand.Connection = ScaleConnnection ScaleConnnection.Open() ScaleCommand.CommandText = "SELECT DISTINCT LOGISTICS_UNIT FROM LOCATION_INVENTORY…

VIEW QUESTION

JQuery replaceWith() does not work onChange

im using this code to replace <div id="replaceit"></div> with content in my dynamic url but it does not instant update when i change select option. how can i make it work. Thank you! $(document).ready(function() { function updatePreview() { var year…

VIEW QUESTION
Back To Top
Search