I am trying to display data in Gridview using WebMethod in Jquery and Ajax. I am using stored procedure for pagination in SQL Server database and return per page data. When page is rendered on browser No Data is displayed but alert() function
of jquery is fired stating that I am getting error. On clicking inspect element I have seen that error is- "Failed to load resource: the server responded with a status of 500(Internal Server Error)"
Aspx Page
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
body
{
font-family: Arial;
font-size: 10pt;
}
.Pager span
{
text-align: center;
color: #999;
display: inline-block;
width: 20px;
background-color: #A1DCF2; ...
Go to the complete details ...