urlrewritter is not working
and my code shown below
student.aspx
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" DataKeyNames="aptitudeid"
DataSourceID="SqlDataSource1" PageSize="3">
<Columns>
&n ...
Go to the complete details ...