东软内部材料(四)asp等相关的教学案例 

源代码在线查看: menu.aspx

软件大小: 20863 K
上传用户: rentianchou
关键词: asp 材料 教学案例
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				Server Controls Menu
				
				
				
								function ShowHideList(strDivName) {
				  document.all['divHTML'].style.display = 'none';
				  document.all['divForm'].style.display = 'none';
				  document.all['divList'].style.display = 'none';
				  document.all['divOther'].style.display = 'none';
				  document.all[strDivName].style.display = '';
				}
				//-->
				
				
				
				
				
				
				HTML Controls
				
				- GenericControl
				- Anchor
				- Button
				- Image
				- InputButton
				- InputCheckBox
				- InputFile
				- InputHidden
				- InputImage
				- InputRadioButton
				- InputText
				- Select
				- Table
				- TextArea
				- Change Event
				- Click Event
				
				
				Form Controls
				
				- Button
				- CheckBox
				- HyperLink
				- Image
				- ImageButton
				- Label
				- LinkButton
				- Panel
				- RadioButton
				- Table
				- TextBox
				- Events
				- Commands
				
				
				List Controls
				
				- CheckBoxList
				- DropDownList
				- ListBox
				- RadioButtonList
				
				
				Other Controls
				
				- Validation
				- AdRotator
				- Calendar
				- Xml
				
				
				
				©2001 Wrox Press
				
				
							

相关资源