I'm trying to find out nice solution for situation where the user makes some 
basic selection on form and then I have to load some aditional data from 
server. For example when user makes selection of manager name using combo 
box on form then I need to send data to server to load some aditional 
information based on his selection . So its just simple roundtrip to server 
but to specific action based on what user just did.(and I can have a few 
such selection-post/refresh actions on the form) 
Is there a way you use for such scenarios?

Reply via email to