Posted on: 4/3/2014 6:57:07 AM | Views : 227

Hi
  am retrieving data from database at index page. here am getting data exactly what i need. Am implemented paging also.
But when am searching from index page, data is displaying but paging is not working .
when am clicking on paging am redirecting to index.aspx directly which is my default index view.
This is my index.aspx page
<%@ Page Title="" Language="C#" MasterPageFile="~/Inner_Master.Master" ValidateRequest="false" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="ASK_ME_GURU_3._5.Index_Page" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <meta name="viewport" content="width=device-width, initial-scale=1 ...

Go to the complete details ...