G
gilly3
I have an ASP.NET web Application that uses AJAX Asynchronously to do some
data evaluation. One process involves a very slow stored procedure call.
I give the user a cancel button to stop the AJAX request using
XMLHttp.abort(), but the sql command continues to run.
How can I cancel the request to the database? I see that there is a
SqlCommand.Cancel() method, but how do I get a reference to the correct
SqlCommand?
thanks
-ivan.
data evaluation. One process involves a very slow stored procedure call.
I give the user a cancel button to stop the AJAX request using
XMLHttp.abort(), but the sql command continues to run.
How can I cancel the request to the database? I see that there is a
SqlCommand.Cancel() method, but how do I get a reference to the correct
SqlCommand?
thanks
-ivan.