Finally moved into forum.
I guess you need to work on your code a bit harder.
Can you please explain the following lines
Code:
String adName = string.Empty;
String redirect = string.Empty;
if (adName == null | redirect == null)
{
redirect = "Default.aspx";
}