Results 1 to 3 of 3

Thread: [RESOLVED] radiobutton change event, want to fill ddl with [specific data

  1. #1

    Thread Starter
    Fanatic Member drpcken's Avatar
    Join Date
    Apr 2004
    Location
    devenv
    Posts
    591

    Resolved [RESOLVED] radiobutton change event, want to fill ddl with [specific data

    Ok i'm back

    I have some radiobuttons (13 to be exact) all with the same GroupName. next to it i have two dropdownlists (ddl1 and ddl2). When the checked status of these radiobuttons change, i need specific data to fill the ddl (from an array list maybe?).

    any suggestions? will it be javascript again? thanks!
    Last edited by drpcken; Oct 21st, 2005 at 05:53 PM.

  2. #2
    Addicted Member
    Join Date
    Aug 2004
    Location
    Cape Town, South Africa
    Posts
    149

    Re: radiobutton change event, want to fill ddl with specific data

    Set AutoPostBack = True on the radiobuttons, and then you can populate your dropdownlists on the CheckedChanged event of the radiobuttons.

  3. #3

    Thread Starter
    Fanatic Member drpcken's Avatar
    Join Date
    Apr 2004
    Location
    devenv
    Posts
    591

    Re: radiobutton change event, want to fill ddl with specific data

    Worked perfectly. I didn't realize that property would be so powerful.

    Thanks agian!!!

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