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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. prob. in datagrid paging

prob. in datagrid paging

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netdatabase
2 Posts 2 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.
  • F Offline
    F Offline
    findtango
    wrote on last edited by
    #1

    hi to all i m working in asp.net 1.0 i bind a datagrid (with paging) on page acc. to the index change of dropdownlist. when i click on page 5 in datagrid it work fine BUT if i change the value of dropdownlist to that item which don't have enough data to bind with datagrid up to pageindex 5 , it give error "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount" plzz help thanks in advance

    N 1 Reply Last reply
    0
    • F findtango

      hi to all i m working in asp.net 1.0 i bind a datagrid (with paging) on page acc. to the index change of dropdownlist. when i click on page 5 in datagrid it work fine BUT if i change the value of dropdownlist to that item which don't have enough data to bind with datagrid up to pageindex 5 , it give error "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount" plzz help thanks in advance

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      findtango wrote:

      it give error "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount" plzz help

      Before binding the datagrid, set DataGrid.CurrentPageIndex = 0;

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      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