I assume that ViewData["DomainID"] is a SelectList? The constructor for SelectList takes a selectedValue object. Use that to pass the selected value in to your select list in the post action.
Tim Scott
2008-11-04 16:53:15