有关substring 的问题
发表在ASP.NET图书答疑 2010-04-07
是否精华
版块置顶:
DAL:   //保存选项
        public int SavaChoiceid(ResultInfo resultinfo)
        {
            int savaid = 0;
            SqlConnection conn = voteconnManger.ReconnectionStrings();
            try
            {
                conn.Open();
                using (SqlCommand cmd = new SqlCommand("insert into T_Result values('" + resultinfo.choiceid + "')", conn))
                {
                    savaid = (int)cmd.ExecuteNonQuery();
                }
            }
            catch (SqlException se)
            {
                throw se;
            }
            finally
            {
                if (conn.State != System.Data.ConnectionState.Closed)
                {
                    conn.Close();
                    conn.Dispose();
                }
            }
            return savaid;
        }
BLL:    //保存选项
        public int SavaChoiceid(ResultInfo resultinfo)
        {
            return new VoteDAL.ResultDAL().SavaChoiceid(resultinfo);
        }
//保存数据
        protected void btnSavachoiceItem_Click(object sender, EventArgs e)
        {
            string voteresult = "";
            string strTemp = "";
            for (int i = 0; i < this.gvchoiceitem.Rows.Count ; i++)
            {
                strTemp = getselbygrid(gvchoiceitem.Rows[i].FindControl("rdosub") as RadioButtonList);
                if (strTemp == "")
                {
                    Response.Write("<script>alert('每个投票项目必须选择一票,请重试!')</script>");
                    break;
                }
                voteresult = voteresult + strTemp + ",";
            }
            voteresult = voteresult.Substring(0,voteresult.Length-1);
            //string[] splits = new string[voteresult.Length];
            //for (int i = 0; i < voteresult.Length; i++)
            //{
            //    splits[i] = voteresult.Substring(i, 1);
            //}
            ResultInfo result = new ResultInfo();
            result.choiceid = Convert.ToInt32(voteresult);
            int j = new VoteBLL.ResultBLL().SavaChoiceid(result);
            if (j > 0)
            {
                Response.Write("<script>alert('您的投票已经成功保存,感谢您的参与!')</script>");
            }
            else
            {
                Response.Write("<script>alert('您的投票失败,请核实!')</script>");
            }
  result.choiceid = Convert.ToInt32(voteresult);
这句有问题  voteresult是一个string集,里面有“1,4,7”这样的数据  如何转换成int 型上传到数据库里呢?
分享到:
精彩评论 1
Future
学分:0 LV1
2010-04-07
沙发
读者朋友你好:
RadioButtonList是进行单选操作,voteresult只保存一个数值。
voteresult = voteresult.Substring(0,voteresult.Length-1);
上述代码返回除了符号“,”之外的数值。
以上代码便于扩展到多项选择。
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照