Server Error in '/' Application.

Value cannot be null.
Parameter name: url

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: url

Source Error:


Line 70:                 newsDataSource.UpdateParameters.Clear()
Line 71:                 'Response.Write("entra qua")
Line 72:                 Response.Redirect(link)
Line 73:             End If
Line 74:         End If

Source File: D:\inetpub\webs\inudistiit\scripts\click.aspx    Line: 72

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: url]
   System.Web.HttpResponse.Redirect(String url, Boolean endResponse) +8814230
   System.Web.HttpResponse.Redirect(String url) +6
   ASP.scripts_click_aspx.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\inudistiit\scripts\click.aspx:72
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175