Actually I'm posting this answer in case anybody else got stuck like I did.
What Muhammad Akhtar said works perfectly, however I found a simpler solution.
In
change Bind("AttorneyID") to DataBinder.Eval (Container.DataItem, "AttorneyID")
It works perfectly! EDIT: My sample code: