|
swoosh -> Previous/Next Paging (6/4/2008 19:24:00)
|
Not sure if this would be better served in the ASP forum but I'm using EW for this project. I have a page with a dropdown at the top that is being filled from a database for users to search properties by town Just below the dropdown is where the results will display as a data grid based on what a user would select in the dropdown explained above. So lets say for example I choose "Tampa" from the dropdown list then I would see all the tampa properties listed in the data grid. Now with each property I have a "more details" view link that a user can click that takes them to a page of that particular property with much more information. I created the details page based on passing a parameter with the link of the property, so ONLY ONE property is being retrieved from the database. If I create the details page based on bringing in ALL the properties for the reason of paging with a previous and next........HOW IS THIS DONE SO THAT IT ONLY BRINGS IN THE ONES THAT ARE FROM TAMPA OR ANY OTHER TOWN BASED ON THE DROPDOWN CHOICE? and not all properties in the database. Anyone have any ideas?
|
|
|
|