M
mcnewsxp
what is the syntax for this? Neither of my examples work.
<EditItemTemplate>
<asp
ropDownList ID="ddlUNITS1"
DataSource="<%# BindDropDownUnits(Eval("ATT_TOTAL_MINUTES").ToString()) %>"
DataSource="<%# BindDropDownUnits(Eval(txtTOTALMINUTES).ToString()) %>"
<EditItemTemplate>
<asp

DataSource="<%# BindDropDownUnits(Eval("ATT_TOTAL_MINUTES").ToString()) %>"
DataSource="<%# BindDropDownUnits(Eval(txtTOTALMINUTES).ToString()) %>"