<script type="text/javascript" src="js/jquery.min.js"></script> <script type="javascript" src="js/footable.min.js"></script> <script type="text/javascript"> $(function () { $('#GridView1').footable();}); </script>
Content Place holder<br />
$(function () { $('#<%=GridView1.ClientID%>').footable(); });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)