做了一个注册页面,选择性别我用的radiobuttonlist,但是我不会写代码。我要具体的C#代码。
选择的性别需要保存到数据库中。<asp:RadioButtonListID="RadioButtonList1"runat="server"Height="16px"on...
选择的性别需要保存到数据库中。
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="16px"
onselectedindexchanged="RadioButtonList1_SelectedIndexChanged"
RepeatDirection="Horizontal" Width="118px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList> 展开
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="16px"
onselectedindexchanged="RadioButtonList1_SelectedIndexChanged"
RepeatDirection="Horizontal" Width="118px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList> 展开
展开全部
你编辑项的时候把value属性的值对应数据库中,然后选择这个控件的数据源,把selectvalue绑定到你数据库中表示冲凯男女的字段、、就春厅这只需要知道步骤就行,不用代码的 ,实在是要代码我还得建立数据库。能理解?不能,扒判隐就追加 我代码奉上。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的这个写库的过程是要在早饥RadioButtonList1_SelectedIndexChanged 事件里呢还是要在下面的扰拿提交按钮里面。
获取RadioButtonList1的值:RadioButtonList1.SelectValue
连库 SqlConnection connection = new SqlConnection(connectionString);
打开 connection.open();
执行 SqlCommand sqlCmd = new SqlCommand("insert into 字缓睁搭段 values('"+RadioButtonList1.SelectValue+"')",connection);
sqlCmd .ExecuteNonQuery()
关闭connection.close();
获取RadioButtonList1的值:RadioButtonList1.SelectValue
连库 SqlConnection connection = new SqlConnection(connectionString);
打开 connection.open();
执行 SqlCommand sqlCmd = new SqlCommand("insert into 字缓睁搭段 values('"+RadioButtonList1.SelectValue+"')",connection);
sqlCmd .ExecuteNonQuery()
关闭connection.close();
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询