http://www.akaas.net/faq/asp-net-general-faqs-1.htm
open this page and right click on page and click view source to see howz it done
it is vry simple no need of grid, repeater etc.
link of questions shd be like
Code:
<a href="#1">Question No. 1 ............</a>
<a href="#2">Question No. 2 ............</a>
.
.
.
<a href="#n">Question No. n ............</a>
and when below u want to display answer before each answer give those answer the number tag that u used in the link after # sign
like:
<a name="1">
Answer 1 .............
<a name="2">
Answer 2 .............
.
.
.
<a name="n">
Answer n .............
when ever u'll click the link above the focus of page will move to the answer tag
i am not getting how to explain this but hope u'll understand it as its such a simple thing that i am not getting how to make it understandable to u
Regards,
Rashida Jabeen
http://www.akaas.net