Dynamic Where Sample

This sample illustrates the use of Dynamic Where to submit secure where clauses to the server in order to filter records fecthed to the client. The sample provides a range of pre-defined Where clauses to choose from, as well as a text field that allows the user to manually enter own where clause (in real life, Where clauses will of course seldomly be hand-written in XML, but the appropriate APIs would be used to create the XML in code).
The grid at the bottom can be filled with the data fetched using the Where Clause.

Examine the code

Getting started