cdog

cdog

  • NA
  • 37
  • 0

CS0117: 'string' does not contain a definition for 'PropertyInfo'

Apr 4 2007 10:59 PM
Here is the error I am getting:

Compiler Error Message: CS0117: 'string' does not contain a definition for 'PropertyInfo'

Source Error:

Line 182:		txtSubjectListingNumber.Text = test; 
Line 183:
Line 184:		ddlDefault = ddlPropertyType.Items.FindByValue(bpo.PropertyInfo.propertyCharacteristics.propertyType);
Line 185:		
Line 186:

Can anyone help?

Answers (2)