How to get search criteria( add conditions filter) on server side (C#.Net and sql server)?

How to get search criteria( add conditions filter) on server side (C#.Net and sql server)?

aparna12aparna12 Posts: 2Questions: 1Answers: 0

Is there any code available for server side filter and search, pagination?
Can we purchase code?
This implementing is present is purchased data table, is it?

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    That code is all open-source, so entirely free of charge. It would be worth reading this blog post as it discusses how to implement this.

    For a quick getting started, the protocol is discussed here. Also see examples here. If you download the DataTables repo, there are examples of the server-side scripts here,

    Colin

  • aparna12aparna12 Posts: 2Questions: 1Answers: 0

    Thank you for your response.

    I am asking for custom search builder i.e added dynamically.
    When we click on add condition button, controls appear to filter record.

    How to get this custom search builder criteria on server side and filter record?

Sign In or Register to comment.