Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. AJAX Enabled website

AJAX Enabled website

Scheduled Pinned Locked Moved ASP.NET
helpquestiontoolsannouncement
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Imthu
    wrote on last edited by
    #1

    hai all, In my project,I have developed an application using ajax anabled website.. When i place the Gridview Control inside update panel.. Paging is not working..i.e ..in first page alone it is displaying the paging..when i go to some other page(like 2 nd or 3 rd page).. the paging is not working..its visibility becomes false...the script manager property is placed in the master page.. how can i overcome this issue???? please help... thanks in advance....

    with Regards, Imthiyas Ahamed.A

    I S 2 Replies Last reply
    0
    • I Imthu

      hai all, In my project,I have developed an application using ajax anabled website.. When i place the Gridview Control inside update panel.. Paging is not working..i.e ..in first page alone it is displaying the paging..when i go to some other page(like 2 nd or 3 rd page).. the paging is not working..its visibility becomes false...the script manager property is placed in the master page.. how can i overcome this issue???? please help... thanks in advance....

      with Regards, Imthiyas Ahamed.A

      I Offline
      I Offline
      Imran Khan Pathan
      wrote on last edited by
      #2

      Have you set UpdateMode="conditional" to the update panel bEst rEgard pAthan

      please don't forget to vote on the post that helped you.

      I 2 Replies Last reply
      0
      • I Imran Khan Pathan

        Have you set UpdateMode="conditional" to the update panel bEst rEgard pAthan

        please don't forget to vote on the post that helped you.

        I Offline
        I Offline
        Imthu
        wrote on last edited by
        #3

        No i didnt do that..should i have to set that condition

        with Regards, Imthiyas Ahamed.A

        1 Reply Last reply
        0
        • I Imran Khan Pathan

          Have you set UpdateMode="conditional" to the update panel bEst rEgard pAthan

          please don't forget to vote on the post that helped you.

          I Offline
          I Offline
          Imthu
          wrote on last edited by
          #4

          ya i tried that by stting update mode="conditional".. but still i am getting the same problem

          with Regards, Imthiyas Ahamed.A

          1 Reply Last reply
          0
          • I Imthu

            hai all, In my project,I have developed an application using ajax anabled website.. When i place the Gridview Control inside update panel.. Paging is not working..i.e ..in first page alone it is displaying the paging..when i go to some other page(like 2 nd or 3 rd page).. the paging is not working..its visibility becomes false...the script manager property is placed in the master page.. how can i overcome this issue???? please help... thanks in advance....

            with Regards, Imthiyas Ahamed.A

            S Offline
            S Offline
            Sarani Ravindran
            wrote on last edited by
            #5

            Try this Code: Protected Sub GridView1_PageIndexChanging(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewPageEventArgs) Handles GridView1.PageIndexChanging GridView1.PageIndex = e.NewPageIndex fillgrid()//call the fillgrid() function. End Sub God is always with you.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups