please anyone tell me how to show data from sql server on basis of one column like id which is auto increment using querystring with jquery ajax in asp.net.
Hi gpiyush152,
just make EnableEventValidation="false" in your code just like below
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CS.aspx.cs" EnableEventValidation="false" Inherits="_Default" %>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.