mike.shakerbadr-djj
-
7/22/2013 3:41:10 PM
Unable to cast object of type 'ASP.cmsformcontrols_basic_dropdownlistcontrol_ascx
after we upgrade to kentico 6. when submitting the bizform we getting this error.
An error occurred when saving data: Unable to cast object of type 'ASP.cmsformcontrols_basic_dropdownlistcontrol_ascx' to type 'System.Web.UI.WebControls.DropDownList'.
string location = ((System.Web.UI.WebControls.DropDownList)viewBiz.BasicForm.FieldControls["Location"]).SelectedValue;
|