Hey all.. I have a question I hope someone can help me with... I currently have a form, with 3 Drop Down boxes... Role, Location, and Employee... Basically, the first 2 boxes are filtering options for the third.. Upon initial load, all 3 boxes are populated with all possible values.. When you selection a Role, it will filter the Employee Box with just employees with that role. Same thing for the Location box. This is working just fine with AJAX. However, I need to put up some type of message in the Employee Drop Down box, that lets the user know that the box is being filtered, after a Role or Location is selected.
I know that the AJAX Toolkit has a cascading drop down box control. However, this is a slightly different application. With the cascading Drop Downs, the content of each Drop Down is dependent on the previous drop down. In my application, a user can select an Employee right away, without filtering the Role and/or location.
But I am looking to emulate what the cascading drop down does. When you select an option in the first box, it will put a message in the Drop Down being refreshed, letting the user know that.
Is there a way I can do this? Without using the Cascading Drop Downs? Thanks in advance for any help.
I know that the AJAX Toolkit has a cascading drop down box control. However, this is a slightly different application. With the cascading Drop Downs, the content of each Drop Down is dependent on the previous drop down. In my application, a user can select an Employee right away, without filtering the Role and/or location.
But I am looking to emulate what the cascading drop down does. When you select an option in the first box, it will put a message in the Drop Down being refreshed, letting the user know that.
Is there a way I can do this? Without using the Cascading Drop Downs? Thanks in advance for any help.