How can I change the search help of a textbox according to the values selected in the radiobutton group?
My case:
Have a radiobutton group containing 2 radiobuttons and a textbox.
When choosing radiobutton 'A', the search help of the textbox becomes file netvigation on app. server. When I choosing radiobutton 'B', the search help of the textbox becomes file netvigation on local PC.
The search help can't change and always corresponding to the default value that I have set for the radiobutton group.
Thanks for your help!