Results 1 to 2 of 2

Thread: [2005] CheckBox State

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    [2005] CheckBox State

    Dear All,

    Maintaining checkbox state while paging in gridview.
    when a checkbox is checked and navigated to next page and then back to page one i'm not getting the selected checkbox as selected.
    Last edited by danasegarane; Mar 23rd, 2007 at 07:21 AM.
    Please mark you thread resolved using the Thread Tools as shown

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] CheckBox State

    Whenever a new page is requested, a postback obviously occurs for you. Take all the checked values in the current page and store it in the session variable. Or add it to an existing structure in your session object. You'll need to maintain the checked checkboxes yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width