我用DataTable 作为数据源,  绑定的是一个加密的列, DataTextField, 我想在数据绑定后在把该值解密, 请问要怎么实现            Drop_x.DataSource = dt;
            Drop_x.DataTextField = "name";
            Drop_x.DataValueField = "id";
            Drop_x.DataBind();Grieview 是在RowDataBound里进行重新绑定, Dropdownlist控件就不知道了