DNN Module with 2 view controls. How to use ListView and QueryExtender in seperate view controls?
Return to previous page
DNN Module with 2 view controls. How to use ListView and QueryExtender in seperate view controls?
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am building a DNN Module that has multiple packages. One of the packages has 2 view modules, one for a ListView and the other for a filter (QueryExtender). The idea is to allow the user to place the ListView and filter wherever they want on a page.I am using an EntityDataSource.When the Data Source, ListView and filter (QueryExtender) are in the same control (.ascx file), it works just fine. But when the ListView and filter (QueryExtender) are put in two separate controls (.ascx files), for example Filter.ascx and ListView.ascx, it doesn't work.Not sure how to approach this. Any ideas?