Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

297
Views
is there any solution to get solution of internal server error 500

i am trying to run a autocomplete function and get the data however i am end up getting an error that is "internal server error 500"

my client side code is the below please help

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js">
</script>

<script src="../Scripts/jquery-ui.js"></script>
<link href="../Scripts/jquery-ui.css" rel="stylesheet" />
<script type="text/javascript">
    $(document).ready(function () {
        debugger;
        $("#txtautocomplete").autocomplete({
            source: function (request, response) {
                debugger;
                var txtname = $("#txtautocomplete").val();
                alert(txtname);

                $.ajax({
                    url: "../EmployeeService.asmx/GetAllEmpBYName",
                    method: "post",
                    data: JSON.stringify({ term: txtname }),
                    ContentType: "application/json;charset-utf-8",
                    dataType: "json",
                    success: function (data) {
                        response(data.d);
                    }, error: function (err) {
                        // alert(err.error);\

                        alert(err);

                    }
                });
            }

        });
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!