Finding previous controls
I have a line which finds the name of the last control / button to be pressed:
this.ActiveControl.Name
and this string is used to go to a bookmark on a website. Eg. documentation.htm#ControlName
But what if the last button pressed isn't a bookmark in the html file? Can I find the button that was pressed before that, and before that?