Santhi,
Thanks for the reply. Finally got a little farther using the code above but my problem is appending the "http://SERVERNAME" + strHTTP in my response.redirect without hard coding it in:
http://localhost/errorhandle/errorha...ners_Dues.aspx
I am stuck trying this code but when I try to write it out I get nothing:
private void retryButton_Click(object sender, System.EventArgs e)
{
Response.Redirect(strHTTP);
}
Any help would be appreciated. THANKS!!