Is there a way to set the Title in a fieldset dynamically? I am trying with no success...

<ext:FieldSet ID="fsEmployee" runat="server" Title='<%# Eval("employeeName")%>'>
James