Hi there. Creating an ASP.NET app.

basically, if a user selects an item from the drop down box, i want it to automatically do some simple calcs and display it in a textbox or label.

how can i do this, without the user clicking a button and doing the calculations? is there an automatic way of executing a command when the user has selected an item?

thanks