show Message box after thread execute successfully......
-
Hi all, I develped a application in Vs 2003 (C#.net and asp.net 1.1).... I have used thread in my application...I have 2 thread in my application i.e, Main thread and Secondary thread...... problem is when my secondary thread will execute successfully ... I need a some response (show message box,page redirection etc) to client.... how can i achive this task..... plz help... thanks... Sajjad
-
Hi all, I develped a application in Vs 2003 (C#.net and asp.net 1.1).... I have used thread in my application...I have 2 thread in my application i.e, Main thread and Secondary thread...... problem is when my secondary thread will execute successfully ... I need a some response (show message box,page redirection etc) to client.... how can i achive this task..... plz help... thanks... Sajjad
You need to use AJAX to trigger and respond to this secondary thread.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You need to use AJAX to trigger and respond to this secondary thread.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
thanx for reply... can u give me... any code or link for that... thanks once again sajjad