【发布时间】:2012-03-14 19:23:37
【问题描述】:
我在 C# 代码中使用
int i = Convert.ToInt32(ddlDivisionId.SelectedValue);
当时产生了这种类型的错误..
Unable to cast object of type 'System.Data.DataRowView' to type 'System.IConvertible'
我该如何解决?
请帮忙
【问题讨论】:
标签: c# .net windows-applications