AspNetCore.Docs/aspnet/whitepapers/aspnet4/overview/samples/sample64.aspx

5 lines
238 B
Plaintext

<asp:LinqDataSource ID="dataSource" runat="server" TableName="Products">
</asp:LinqDataSource>
<asp:QueryExtender TargetControlID="dataSource" runat="server">
<asp:CustomExpression OnQuerying="FilterProducts" />
</asp:QueryExtender>