barrykellett
Programmer
I have a Major headache with this so help please... Say I have a search page which has two panels (only one ever visible at a time).
I have a search panel, which has a few inputs an creates a sql query and dataset.when submitted, search panel is hidden, and results panel is shown.
I tie a PagedDataSource to the dataset, and it displays the appropriate number of rows etc... however the paging is broke. When I click to go to page 2 or whatever, the postback basically resets the whole thing... and I
dont get the second page of results, I get dropped back at search panel.
How do you guys manage whats oging to be shown and what data is going where, when working with many diff server controls on one asp.net page?
I have a search panel, which has a few inputs an creates a sql query and dataset.when submitted, search panel is hidden, and results panel is shown.
I tie a PagedDataSource to the dataset, and it displays the appropriate number of rows etc... however the paging is broke. When I click to go to page 2 or whatever, the postback basically resets the whole thing... and I
dont get the second page of results, I get dropped back at search panel.
How do you guys manage whats oging to be shown and what data is going where, when working with many diff server controls on one asp.net page?