You cannot expect a Page to preserve values when you redirect to another page.
Thus if you want to preserve the values use the following approaches
1. Display on same page below the Repeater.
2. Open New window instead of redirect.
3. Use Modal Popup for displaying the details.