Brian,
Thanks for the help. I did add this second example: retryButton.Attributes.Add("onclick", "javascript:history.back");
to the CODE-BEHIND in the following event:
private void retryButton_Click(object sender, System.EventArgs e)
{
retryButton.Attributes.Add("onclick", "javascript:history.back()");
}
However, what seems to happening is that the current ERROR PAGE that I am originally coming to when I get an error is not retrying the last page but this same ERROR PAGE that I got to.
Any suggestions would be appreciated. Thanks, again!!
|