Hi,
I have a webform which contains a datagrid, label, and a linkbutton. When the link button is clicked, the datagrid's datasource and the label's text are put into session and then I redirect to a new webform.
Each time I do this, I receive the following error message:
"System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at System.Web.HttpResponse.Redirect(String url)
at DVS.frmDemandByCustomer.lbtnPrinterFriendly_Click(Object sender, EventArgs e) in c:\inetpub\ 180" String
I have redirect stmts on other webforms without receiving this error. I can't find what I'm doing wrong/differently.
Any suggestions will be greatly appreciated.
Thanks,
CHIX001
I have a webform which contains a datagrid, label, and a linkbutton. When the link button is clicked, the datagrid's datasource and the label's text are put into session and then I redirect to a new webform.
Each time I do this, I receive the following error message:
"System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at System.Web.HttpResponse.Redirect(String url)
at DVS.frmDemandByCustomer.lbtnPrinterFriendly_Click(Object sender, EventArgs e) in c:\inetpub\ 180" String
I have redirect stmts on other webforms without receiving this error. I can't find what I'm doing wrong/differently.
Any suggestions will be greatly appreciated.
Thanks,
CHIX001