主营业务:网站制作 网站优化 小程序制作 石家庄网站制作网站建设有限公司欢迎您!
石家庄闪云网络科技有限公司
客服热线15383239821
如何让自己的网站更有质量?

RadioButtonList绑定后的默认选项

发布时间:2010/9/15 15:07:50

投票程序,RadioButtonList绑定后,刚打开的页面RadioButtonList是没有选中的,怎么使页面一打开默认第一项被选中。  
   
  private   void   Page_Load(object   sender,   System.EventArgs   e)  
  {  
  if(!this.IsPostBack)  
  {  
  SqlConnection   con=DB.createCon();  
  con.Open();  
  SqlCommand   cmd=new   SqlCommand("select   vTitle   from   vote   where   vID="+this.vID+"",con);  
  this.Label1.Text=Convert.ToString(cmd.ExecuteScalar());  
  //   在此处放置用户代码以初始化页面  
  SqlConnection   con1=DB.createCon();  
  con1.Open();  
  SqlCommand   cmd1=new   SqlCommand("select   vItemID,vItem   from   voteItem   where   vID="+this.vID+"",con1);  
  SqlDataReader   sdr=cmd1.ExecuteReader();  
  this.RadioButtonList1.DataSource=sdr;  
  this.RadioButtonList1.DataTextField="vItem";  
  this.RadioButtonList1.DataValueField="vItemID";  
  this.RadioButtonList1.DataBind();  
  sdr.Close();  
  con1.Close();  
  }  
  }

回答: 加上this.RadioButtonList1.SelectedIndex   =   0;   //选中第一项

相关新闻推荐

在线客服 : 服务热线:15383239821 电子邮箱: 27535611@qq.com

公司地址:石家庄市新华区九中街江西大厦4062

备案号:冀ICP备2022000585号-4