预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共41页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

第三章回顾目标Web控件-简介添加Web服务器控件Web服务器控件的类型文本输入控件Label和TextBox的属性和事件使用文本输入控件控制权转移控件Button的属性和事件ImageButton的属性和事件LinkButton的属性和事件超链接属性使用控制权转移控件使用控制权转移控件选择控件Checkbox:属性和事件RadioButton:属性和事件DropdownList属性DropdownList事件ListBox:属性和事件使用选择控件使用选择控件容器控件Placeholder:属性和事件privatevoidbtnAdd_Click(objectsenderSystem.EventArgse){PanelpnPerson=newPanel();switch(nNumber%3){case1:pnPerson.BackColor=Color.Red;break;case2:pnPerson.BackColor=Color.Green;break;default:pnPerson.BackColor=Color.Blue;break;}TabletbTemp=newTable();//添加姓名TableRowobjRow=newTableRow();TableCelltcLblName=newTableCell();tcLblName.Text="姓名";objRow.Cells.Add(tcLblName);TableCelltcTxtName=newTableCell();TextBoxtxtObjName=newTextBox();txtObjName.Text=this.txtName.Text;tcTxtName.Controls.Add(txtObjName);objRow.Cells.Add(tcTxtName);TableCelltcLblSex=newTableCell();tcLblSex.Text="性别";objRow.Cells.Add(tcLblSex);TableCelltcTxtSex=newTableCell();TextBoxtxtObjSex=newTextBox();for(inti=0;i<=this.rdlSex.Items.Count-1;i++){if(this.rdlSex.Items[i].Selected==true){txtObjSex.Text=this.rdlSex.Items[i].Text;}}tcTxtSex.Controls.Add(txtObjSex);objRow.Cells.Add(tcTxtSex);tbTemp.Rows.Add(objRow);//添加第二行TableRowobjRow2=newTableRow();TableCelltcLblNum=newTableCell();tcLblNum.Text="学号";objRow2.Cells.Add(tcLblNum);TableCelltcTxtNum=newTableCell();tcTxtNum.Text=this.txtNumber.Text;objRow2.Cells.Add(tcTxtNum);TableCelltcLblHobby=newTableCell();tcLblHobby.Text="爱好";objRow2.Cells.Add(tcLblHobby);TableCelltcTxtHobby=newTableCell();foreach(ListItemliinthis.cklHobby.Items){if(li.Selected==true){tcTxtHobby.Text+=li.Text+"";}}objRow2.Cells.Add(tcTxtHobby);tbTemp.Rows.Add(objRow2);pnPerson.Controls.Add(tbTemp);this.phControls.Controls.Add(pnPerson);nNumber+=1;}使用容器控件其他控件AdRotator:属性和事件<Advertisements><Ad><ImageUrl></ImageUrl><NavigateUrl></NavigateUrl><AlternateText></AlternateText><Impressions></Impressions><Keyword></Keyword></Ad