I setup a nice display of data using the repeater control because of its flexibility in display and formatting.
My question is how can I configure a hyperlink to retreive a record (by id) that will open a detail page. Normally if I were using the datagrid I would use a hyperlinkcolumn to accomplish this however, the hyperlinkcolumn is not available for the repeater control.
I really can't use the datagrid for this project due the limitation in the display.
Thank you for your thoughts.
Tim