J
js
Hi, I used a dropdownlist in an ASP.
I try to assign a db field to the SelectedValue. but got this error:
Exception Details: System.InvalidCastException: Object cannot be cast from
DBNull to other types.
<asp
ropDownList id=edit_Province runat="server" SelectedValue='<%#
Convert.ToInt32(DataBinder.Eval(Container.DataItem, "CityID")) %>'>
How to fix then? Thanks.
I try to assign a db field to the SelectedValue. but got this error:
Exception Details: System.InvalidCastException: Object cannot be cast from
DBNull to other types.
<asp

Convert.ToInt32(DataBinder.Eval(Container.DataItem, "CityID")) %>'>
How to fix then? Thanks.