csharp 将转发器嵌入转换中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 将转发器嵌入转换中相关的知识,希望对你有一定的参考价值。

<cms:CMSRepeater
ID="nestedRPT"
DelayedLoading="true"
DataBindByDefault="false"
EnableViewState="false"
runat="server"
Path="/%"
TransformationName="custom.person.for_nested"
ClassNames="custom.person"
HideControlForZeroRows="false"
ZeroRowsText="Nobody"
/>

<script runat="server">
protected override void OnInit(EventArgs e) {
  nestedRPT.Path="/%"; 
  nestedRPT.WhereCondition="LastName LIKE '%" + Eval("LastName").ToString().Replace("'","_").Replace("’","_") + "%'";
  nestedRPT.ReloadData(true);
}</script>

以上是关于csharp 将转发器嵌入转换中的主要内容,如果未能解决你的问题,请参考以下文章

csharp 将MP3文件作为项目资源嵌入,并从临时文件中流式传输。

如何停止将选择状态转发到嵌入式 tableViewController?

csharp C#DNS转发器

在 C# 中嵌入 IronPython 时出现问题(缺少编译器所需的成员 'Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember'

csharp 将数组转换为其他类型

csharp 将枚举元素转换为字符串