又有乙個Repeater的例子

2021-04-01 16:11:33 字數 3358 閱讀 3418

2

<

asp:repeater id="

rptrolemain

"runat="

server

">

3<

itemtemplate

>

4<

b>

5<

asp:checkbox id="

maincbb

"checked='

# getcbbvalue(databinder.eval(container.dataitem,

"menuid

")) 

%>

' runat

=server text='

# databinder.eval(container.dataitem,

"menuname")

%>

'>

6asp:checkbox

>

7b>

8<

br>910

<

asp:repeater id="

childrepeater

"runat="

server

"datasource='

# ((datarowview)container.dataitem).row.getchildrows(

"myrelation") 

%>

'>

11<

itemtemplate

>

12<

asp:checkbox id="

detailcbb

"checked='

# getcbbvalue(((datarow)container.dataitem)[

"menuid

"]) 

%>

' runat

=server text='

# ((datarow)container.dataitem)[

"menuname"]

%>

'>

13asp:checkbox

>

14itemtemplate

>

15asp:repeater

>

1617

itemtemplate

>

18asp:repeater

>

19

又有乙個作業系統開源

很榮幸,能親眼見證tencentos tiny的開源,也很榮幸能在乙個多月前內測使用過它 不得不說,tencentos tiny的核心確實是非常非常小巧,最少資源占用為ram0.6kb,rom1.8 kb。這是他們團隊自主研發的rtos,原始碼非常簡單易懂,原始碼作者以非常清晰的邏輯實現了整個核心 ...

乙個struts spring的例子

第乙個struts spring的例子 呵呵剛學spring 寫還望各位大蝦指教!配置struts就不用說了吧,如果用myeclipse直接add一下就可以了.接下來就來配置讓它支援spring 可 一,新建專案後,開啟struts confing.xml在後面加人下面 簡單吧!二然後就開始寫我們的...

乙個sql的例子

select dbo.userinfo.username,dbo.userinfo.usertruename,dbo.userinfo.useremail,dbo.userinfo.usermobile,dbo.userinfo.usertelephone,dbo.userinfo.usercar,...