Hi:
Hello everyone.
At first you may be thinking so what is the big deal in implementing paging.
But actually its not that simple. Here is what i have to implement.
The main parent window where the user gets the records in a datagrid based on dates params in the following format
email - firstName - lastName
By click on email a pop up window displays the detail of that record. Its the same concept as master detail.
Ok now here is the tricky part. i want to have a prev and next button in the pop up window.
So the user can move back and forth to see next record in the pop up window with out closing the pop up and then clicking on the next record in the main window to see the detail.
Aany Ideas
Thx