Click here to Skip to main content
15,897,704 members

Comments by swarjadhav (Top 2 by date)

swarjadhav 1-Nov-14 12:14pm View    
Bind all Items to dropdown;
then check for each whether user has that value or not
if Present then
{
dropdownListName.Items.RemoveAt(dropdownListName.Items.IndexOf(dropdownListName.Items.FindByText("field_to_remove")));
}
swarjadhav 19-Oct-14 10:08am View    
I need to knew which port is serial COM and which one is bluetooth serial port. is it possible to do so in c#? because after reviewing all the things I am unable to get what i am looking for.