D
Doogie
Hi, I am trying to go from one asp page to another with the code
below:
For Each tripToAccept As String In tripsToAccept.Split("/"c)
dataManager.UpdateTripDetail("Accept", CInt(tripToAccept),
Hiduser.Value)
Next
Response.Redirect("TripAcceptReject.aspx")
When I do so, I get the following error: "Thread was being aborted".
What would cause an error like this?
below:
For Each tripToAccept As String In tripsToAccept.Split("/"c)
dataManager.UpdateTripDetail("Accept", CInt(tripToAccept),
Hiduser.Value)
Next
Response.Redirect("TripAcceptReject.aspx")
When I do so, I get the following error: "Thread was being aborted".
What would cause an error like this?