int a = int.Parse(DropDownList1.SelectedItem.Value);
这样写为什么不能通过呀???
不行呀!
编译器错误信息: CS0117: “System.Convert”并不包含“Toint32”的定义
int a = int.Parse(DropDownList1.SelectedItem.Value);
答案:2 悬赏:60 手机版
解决时间 2021-01-04 02:07
- 提问者网友:刺鸟
- 2021-01-03 21:25
最佳答案
- 五星知识达人网友:酒者煙囻
- 2021-01-22 07:10
int a=int.Parse(DropDownList1.SelectedValue.ToString());
另外要确认你的DropDownList1里的选项都是数字
另外要确认你的DropDownList1里的选项都是数字
全部回答
- 1楼网友:独行浪子会拥风
- 2021-01-22 07:49
你好!
你可以测试一下,Convert.Toint32(DropDownList1.SelectedItem.Value)
打字不易,采纳哦!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯