celsopaulo_bronze-hotmail
-
4/28/2010 8:45:10 PM
RE:DropDownList to DataLIst
Hi, thanks for your reply, but I already made this, other properties, such as EnablePaging had functioned very well, but the property wherecondition not, can you tell me what is happening here is the code:
protected void button_1_Click(object sender, EventArgs e) { CMSDataListID.WhereCondition = "DataBasecolumn = " + " ' "+DropDownListID.SelectedValue+" ' "; }
|