国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > .NET > 正文

Asp.Net Table控件動(dòng)態(tài)生成表格操作實(shí)例(代碼調(diào)試通過(guò))

2024-07-10 13:05:49
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

asp.net table控件動(dòng)態(tài)生成表格操作實(shí)例(代碼調(diào)試通過(guò))

.aspx

<form id="form1" method="post" runat="server">
   <asp:label id="label1" runat="server">asp.net table控件動(dòng)態(tài)生成表格操作實(shí)例</asp:label>
   <asp:button id="button1" runat="server"
    text="生 成"></asp:button>
   <asp:table id="table1" runat="server"
    gridlines="both"></asp:table>
   <asp:dropdownlist id="dropdownlist2"
    runat="server">
    <asp:listitem value="1">1列</asp:listitem>
    <asp:listitem value="2">2列</asp:listitem>
    <asp:listitem value="3">3列</asp:listitem>
    <asp:listitem value="4">4列</asp:listitem>
    <asp:listitem value="5">5列</asp:listitem>
   </asp:dropdownlist>
   <asp:dropdownlist id="dropdownlist1"
    runat="server">
    <asp:listitem value="1">1行</asp:listitem>
    <asp:listitem value="2">2行</asp:listitem>
    <asp:listitem value="3">3行</asp:listitem>
    <asp:listitem value="4">4行</asp:listitem>
    <asp:listitem value="5">5行</asp:listitem>
   </asp:dropdownlist>
  </form>

.aspx.cs

private void button1_click(object sender, system.eventargs e)
  {
   int numrows;
   int numcells;
   int i=0;
   int j=0;
   int row=0;
   tablerow r;
   tablecell c;
   //產(chǎn)生表格
   numrows=convert.toint32(dropdownlist1.selectedvalue);
   numcells=convert.toint32(dropdownlist2.selectedvalue);
   for(i=0;i<numrows;i++)
   {
    r=new tablerow();
    if(row/2!=0)
    {
     r.bordercolor=color.red;
    }
    row+=1;
    for(j=0;j<numcells;j++)
    {
     c=new tablecell();
     c.controls.add(new literalcontrol

("row"+j+",cell"+i));
     r.cells.add(c);
    }
    table1.rows.add(r);
   }  
  }




發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 晋中市| 黄大仙区| 抚州市| 定结县| 政和县| 南城县| 鄂州市| 陆良县| 南江县| 溧阳市| 尼勒克县| 邢台县| 徐州市| 望都县| 汝州市| 彭水| 施秉县| 会同县| 海城市| 青海省| 鲁甸县| 和龙市| 商丘市| 五家渠市| 朝阳区| 富宁县| 广汉市| 龙井市| 通化市| 车险| 垦利县| 兴隆县| 曲周县| 神农架林区| 柳河县| 富顺县| 玉屏| 长垣县| 冀州市| 石渠县| 中卫市|