I have a toolbar with a number of buttons on them.
Oneof the buttons says "Back"
I need to attach a script to the click event of that button on the client side..
basically.. onclick="history.back()"
a back button to return to previous page.
can someone help me out with syntax or code snippet?
thanks.
i figured it out my self.
I added a template column and a asp:button and put the code on the clientsideclick event for that.