I need to invoke a server side function when an item is picked in an ASP drop-down box, Can someone please tell me how to do that?
Add a web service to your project, and have this perform the actions/return the data you need on the client. Then use AJAX (or JQUERY AJAX) to call this service when needed.