Dear All,
I am having a web application, in a page I want to do achieve the below functionality:
In a grid list of options will be displayed, when the user selects and click on a button some process has to be done in back end in the same page but even though the user clicks on any grid paging or sorting any thing in the page the process triggered should not be stopped.
Can we achieve this? If so how it can be?
Kindly help me in this regard.
Thanks a lot in advance.
Loading
Meetu ChoudharyPosted Aug 22, 2009, 3:24 AM
"Yes You can Do this by asychronous calls or by using the threading option create the threads for the seprate process and call the porcess asynchronously"
Meetu ChoudharyPosted Aug 22, 2009, 3:37 AM
"Well it will and it depends on how you implement it. It Should work I haven't Tried it for other pages."
Jebamalai Jaya ChitraPosted Aug 22, 2009, 3:32 AM
Is that thread will work when we navigate to other pages too?
Jebamalai Jaya ChitraPosted Aug 22, 2009, 3:28 AM
Thank you for your reply.
I will go through the creation of the thread and implement it.