这几句代码什么意思啊?PicNewsBLL newbll = new PicNewsBLL(); this.rpt1.DataSource = newbll.GetNewsTable("31379dee-7bbd-443a-aa2e-2e15d221","13"); this.rpt1.DataBind();

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/10 23:22:13
这几句代码什么意思啊?PicNewsBLL newbll = new PicNewsBLL();            this.rpt1.DataSource = newbll.GetNewsTable(
x){O>ٽ'xaө]~N>> yI99 B\CZ dd$$%B5빧$&j(['%蚘'&&*(+3)3/"}B>!;`K=f_`g3bjSϓ={X z==YO;6?ѥbR';V=[d hz6wUOvQf

这几句代码什么意思啊?PicNewsBLL newbll = new PicNewsBLL(); this.rpt1.DataSource = newbll.GetNewsTable("31379dee-7bbd-443a-aa2e-2e15d221","13"); this.rpt1.DataBind();
这几句代码什么意思啊?
PicNewsBLL newbll = new PicNewsBLL();
this.rpt1.DataSource = newbll.GetNewsTable("31379dee-7bbd-443a-aa2e-2e15d221","13");
this.rpt1.DataBind();

这几句代码什么意思啊?PicNewsBLL newbll = new PicNewsBLL(); this.rpt1.DataSource = newbll.GetNewsTable("31379dee-7bbd-443a-aa2e-2e15d221","13"); this.rpt1.DataBind();
貌似是把数据绑定到rpt1上,rpt1应该是个控件吧
数据来自于 newbll.GetNewsTable("31379dee-7bbd-443a-aa2e-2e15d221","13")