我收到此错误:
Cannot convert type 'string' to 'float'
在以下代码行:
float x=(float )(TextBox_item_price.Text);
我怎么解决这个问题?
c# asp.net
asp.net ×1
c# ×1