1
Answer

Question about Repeater

timothy.farrell

timothy.farrell

19y
2.4k
1
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
Answers (1)
0
Bechir Bejaoui

Bechir Bejaoui

NA 20.1k 5.3m 16y
Ok
0
egi roka

egi roka

NA 20 0 16y
A basic idea I have.
In the between time I've found this: http://www.sql-server-performance.com/tips/database_design_p1.aspx
This explains me the issue clearly and deeply. Thanx anyway.
0
Bechir Bejaoui

Bechir Bejaoui

NA 20.1k 5.3m 16y

First , have you ever basic idea about relational data base conception or not?