问题描述
asp.net中可以定义label数组吗?可以的话如何定义?
解决方案
解决方案二:
可以。Label[]labelList=newLabel[10];for(inti=0;i<10;i++){labelList[i]=newLabel();labelList[i].text="Whydoyoudothis";yourServerControl.Controls.add(labelList[i]);}不过你这样做的目的是什么呢?根据需要可能有更好的解决方案。
解决方案三:
List<Label>list=newList<Label>();list.Add(newLabel());
解决方案四:
只要是对像就可以定义.Label[]lab=newLabel[9]
解决方案五:
这样定义.Label[]lab=newLabel[]{}
解决方案六:
页面设计的时候能定义数组吗?定义好后要在代码里对label数组付值,怎么做啊?
解决方案七:
顶
解决方案八:
引用5楼Bettyh的回复:
页面设计的时候能定义数组吗?定义好后要在代码里对label数组付值,怎么做啊?
诡异。说你需求
解决方案九:
在aspx中设计label数据然后再vb.net中用循环语句对label数组付值
时间: 2024-10-26 02:12:32