Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have bootstrap modal popup and it have one button and gridview. when i click it i want to filter gridview. But when i clicked the button firebug error shows

TypeError: Sys.WebForms.Res is undefined

and gridview is not refreshing. This is my script order

HTML
<script src="../../Scripts/jquery-1.11.2.min.js"></script>
 <script src="../../Scripts/select2.js"></script>
    <script src="../../Scripts/Tile/nbrscript.js"></script>
   <script src="../../Scripts/bootstrap.min.js"></script>
   <link href="Content/Content.css" rel="stylesheet" />


What I have tried:

gridview refresh after button click in bootstrap modal popup
Posted
Updated 17-Mar-16 19:41pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900