1
0
-1
1 answer
- 210
Hi Dayana
If you go into datalist settings, you will see an option to display data after filter submission only. Check that property
- dayana afiqah
hi expert, i understand. but when i did this, even if i submitted only one filter, the data appear. i need the datalist to appear only after both (two) filter is submitted. How?
- Anas Misbah Shami
you can adjust your SQL query like that. When you submit filters, the filter parameters go to your URL as request parameters. You can get these request parameters and in SQL query use AND operation in where clause.
Add your comment...
hai experts, i have list with 2 filters. i want user can view data only after they fill in both filters. how?