Hi Guys,
I'm using a RadGrid to show the results of a phone book on my company's website. I can load the information just fine, however the paging is just not right. I give the users the ability to search for a name and/or they can choose from a dropdown for the department or location. Initially the page loads just fine and if there is more than 20 results for their query the paging shows as it should. When I go to the next page in the paging, I get an empty grid.
The grid is connected to an SqlDataSource (as with the 2 dropdowns) and on the submit button, I dynamically change the SqlDataSource to whatever the user wants to search on.
Any help will be greatly appreciated!
William
I'm using a RadGrid to show the results of a phone book on my company's website. I can load the information just fine, however the paging is just not right. I give the users the ability to search for a name and/or they can choose from a dropdown for the department or location. Initially the page loads just fine and if there is more than 20 results for their query the paging shows as it should. When I go to the next page in the paging, I get an empty grid.
The grid is connected to an SqlDataSource (as with the 2 dropdowns) and on the submit button, I dynamically change the SqlDataSource to whatever the user wants to search on.
Any help will be greatly appreciated!
William