|
-
Oct 20th, 2005, 04:46 PM
#1
Thread Starter
Fanatic Member
[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.
-
Oct 20th, 2005, 05:28 PM
#2
Addicted Member
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.
-
Oct 21st, 2005, 05:53 PM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|