同桌上课用手指进去了好爽_欧美丰满熟妇xxⅹⅹ性大i_成人av天天日天天拍拍_猛男gay帅男gay男男同志_欧美va天堂在线观看_人妻无码av中文系列三里桃花_亚欧免费无码在线观看_久久久精品国产亚洲av水_日韩在线免费看污污污_2021无码专区人妻系列日韩

首頁 優(yōu)化推廣 RadioButtonList綁定后的默認選項

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;   //選中第一項

服務(wù)熱線

153 8323 9821

功能和特性

價格和優(yōu)惠

網(wǎng)站和維護

推廣和優(yōu)化

微信服務(wù)號