Thanks for the reply however I am getting a compilation error stating the following:
CS0117: 'ASP.errorhandle_aspx' does not contain a definition for 'history'
<td align="center">
Line 42: <asp:Button ID="retryButton" Runat="server" Text="Retry"
onClick="history.back()"></asp:Button><br>
Line 43: <br>
Line 44: </td>
Do I need to create a
JS function? Any help would be appreciated.
Regards.