Click here to Skip to main content
15,902,635 members

Comments by graciax8 (Top 67 by date)

graciax8 20-Sep-12 2:34am View    
nice sharing of thoughts. :) maybe we'll be more adapt to this new look as we go along. and also with the feedbacks of the users in these sites. it'll be the same old "home" as we all know it. :)
graciax8 18-Sep-12 21:23pm View    
DataTable myTable = DataSet.Tables[0];

MultiDropDown1.DataSource = myTable;
MultiDropDown1.DataTextField = "DateOfBirth";
MultiDropdown1.DataValueField = "Column_ID"; //id of that column

MultiDropDown1.DataBind();


Please mark as answered, if this help you.
graciax8 16-Sep-12 23:08pm View    
try this one

foreach (DataRow dr in dt.Rows)
{
MultiDropdown1.Items.Add(dr["DateOfBirth"].ToString());
}
graciax8 16-Aug-12 1:42am View    
can you post your directory. what folder is the css file located and also the images.
graciax8 14-Aug-12 23:44pm View    
:) im from phils.
pls mark my post as answer
Happy Independence! :)