When you click on this link, you can see that the stack overflow will selects the answer with light saffron color and it will fade with in a few seconds. The thing i noticed is that how they will selects the corresponding answer by the user. There are a lot of answers but SO will selects the answer which is provided by this user. The screen will be automatically scroll down and we can see his answer.How SO achieve this ?
Can't pass variables of base types as out parameters? - By Eric Lippert (by clicking you can see the answer will selects and there are also other answers by different users).
I got the answer for the first part . Thanks .
EDIT
This will be working if we are using this in url and redirect to it. So how can I achieve this when I am doing postback to the same page. I have a repeater and it contains a lot of items. It contains some buttons so that when i clicks on it, there will be a post back. but the user will see the first item. So i want the clicked one to be highlighted.
Any help is appreciated. Thanks