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....

Recommended Answers

All 2 Replies

Does it implement ISerializable?

Yes it is Iserializable....
For remoting purpose i am using it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.