主營(yíng)業(yè)務(wù):網(wǎng)站制作 網(wǎng)站優(yōu)化 小程序制作 石家莊網(wǎng)站制作網(wǎng)站建設(shè)有限公司歡迎您!
石家莊閃云網(wǎng)絡(luò)科技有限公司
客服熱線15383239821
如何讓自己的網(wǎng)站更有質(zhì)量?

RadioButtonList綁定后的默認(rèn)選項(xiàng)

發(fā)布時(shí)間:2010/9/15 15:07:50

投票程序,RadioButtonList綁定后,剛打開(kāi)的頁(yè)面RadioButtonList是沒(méi)有選中的,怎么使頁(yè)面一打開(kāi)默認(rèn)第一項(xiàng)被選中。  
   
  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());  
  //   在此處放置用戶代碼以初始化頁(yè)面  
  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;   //選中第一項(xiàng)

相關(guān)新聞推薦

在線客服 : 服務(wù)熱線:15383239821 電子郵箱: 27535611@qq.com

公司地址:石家莊市新華區(qū)九中街江西大廈4062

備案號(hào):冀ICP備2022000585號(hào)-4