Hi,
Can anybody help me plz...
I m getting the value of a dropdownlist created dynamically.....
and i want to convert that value into a business object in a web application...
Im using this code in the windows application and its working fine ...But in the web application its showing error cannot convert string to a business object..
previewField.ReportFieldCriteria =((Criteria)cmbCriteriaValue.SelectedItem);
here the previewfield.ReportFieldCriteria and Criteria are the business object...
Thanx in advance....