Our website is configured to use Custom URLs (so that we get nice readable names in the address bar of the browser).
Within our website we use the Database Publisher to display some data from an Excel or Access datasource.
We experienced a problem that the search function within these data didn't work, after some research i noticed that a hidden field in the search form of MasterListGen.html was the problem.
The line:
<input type="hidden" name="ID" value="<!--@PageID-->" id="ID">
does not seem to work correctly when Custom URLs is enabled.
For now, the solution is to remove this line and it works.
-Emil