--------------------------------------------------------------------------------未将对象引用设置到对象的实例。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。源错误: 
行 58:  {
行 59:    //Response.Redirect("http://www.google.com/intl/zh-CN?Sort="+Select1.Value.Trim()+"&SearchTitle="+Text1.Value.Trim());
行 60:  Response.Redirect("News.aspx?Sort="+Select1.Value.Trim()+"&SearchTitle="+Text1.Value.Trim());
行 61:  }
行 62:  }
 源文件: c:\inetpub\wwwroot\webapptest\google.aspx.cs    行: 60 堆栈跟踪: 
[NullReferenceException: 未将对象引用设置到对象的实例。]
   WebAppTest.google.ButtonSearch_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\webapptest\google.aspx.cs:60
   System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   System.Web.UI.Page.ProcessRequestMain() 
请问大家这个是为什么啊?
先谢过了。