Click here to Skip to main content
15,887,302 members

Comments by Ebenezar John Paul (Top 9 by date)

Ebenezar John Paul 22-Oct-18 8:54am View    
A simple join should get you the answer. I would recommend breaking down your query so you can understand the query better to locate the error. I hope you should know by now that you are trying to access a data that doesn't exist.
Ebenezar John Paul 20-Nov-17 1:58am View    
It is possible. Make use of the features that SignalR has to offer you, then just integrate it with your UI. You should be good to go.
Ebenezar John Paul 1-Feb-16 1:14am View    
It works for me. Try to rebuild the project, take away all the breakpoints, do a clean run and check the downloads. The suggested solution works best in all cases of Thread being aborted exception caused by Response.End().
Ebenezar John Paul 19-Dec-15 1:44am View    
I truly do not understand your question. Kindly rephrase.
Ebenezar John Paul 18-Dec-15 5:37am View    
You are welcome.

I hope you have declared this script before you used your actual jquery code. Just check for console errors in your browser's developer tool. It's easier finding and solving the error that way. If you need help, post the error here. We can help you solve it.