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