I'm currently working with an ASP Textbox where I want to incorporate the style calDatePicker and a databinding expression within the same CssClass attribute.
Check out the code snippet below for reference. Any thoughts on how to make this work?
<asp:TextBox ID="DateValue" CssClass='<%# ShowFieldRequired(Eval("Required"))%> + "calDatePicker"' runat="server"></asp:TextBox>