if I have a dropdownlist and the user selects an item, I want to pass the item ID to a controller action from a Buttonactionlink

how is this possible?

using MVC 2.0 here.