Results 1 to 4 of 4

Thread: Dropdownlist items autopostback

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2005
    Posts
    106

    Dropdownlist items autopostback

    i would like my drop down list to retain the selected item when postback
    cos everytime it postback, it goes back to the first item, any idea?

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Dropdownlist items autopostback

    What code do you have in your page_load event?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2005
    Posts
    106

    Re: Dropdownlist items autopostback

    if Not page.ispostback then
    ddl.datasource = ds.categories
    .....
    ddl.databind()
    end if

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

    Re: Dropdownlist items autopostback

    Set its EnableViewState property to true.

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