-
Ext User
Bind data to Extjs based on filter at runtime in Classical ASP
Dear friends any body have code bind SQL data in database to EXTJs grid based on filtrer selected by user.
Otherwise please tell how can bring or write the query in Function.
-
Sencha User
You can just pass the filter as a param or baseParams and then query your data on your asp page. The value on the page will be posted as either POST or GET from extjs so you can recieve the data as Request("fieldName") or whatwever it is called.
Marty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules