我在我的web表单中使用了一个多视图,其中我使用了3个视图来显示3个不同的表单,我想在单选按钮列表上更改这些表单的选定值...我在这段代码中使用了MultiView1.ActiveViewIndex =RadioButtonList1.SelectedValue;,但它给出的错误是Cannot implicitly convert type 'string' to 'int'。
public static RadioButtonList[] RadioButtonList = new RadioButtonList[5]; //5 elements are enough, as然后,在填充下拉列表时,我创建了一个新对象并将项目(答案)添加到列表中。...以上所有操作都发生在生成代码的按钮的click事件中。
我的问题出现在下面的事件中,它是为Com