0

Yet i have not realized what is the diffrence between this two statement in HTML:

text='<%#Eval("some thing")>'

text='<%#Bind("some thing")>'
4

1 に答える 1

0

この場合はリピーターを使用して、MSDNの例をご覧ください。

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.repeater.aspx

また

方法:テンプレート化されたコントロールのデータにバインドする

http://msdn.microsoft.com/en-us/library/95k0273d(v=vs.80).aspx

于 2012-10-10T06:31:58.617 に答える