Click here to Skip to main content
15,892,005 members

Comments by sasko1 (Top 3 by date)

sasko1 25-Jan-21 9:15am View    
Thanks for responding!!
When i use

$.connection.hub.disconnected(function () {
removeConnectionID();
})

I get error
Uncaught TypeError: Cannot read property 'hub' of undefined.
When i type $.connection. i don't get hub as property to select at all.

Saw somewhere that i should have "Signalr/Hubs" referenced but when installing signalr files to project from client side library i cant find that file to download.
sasko1 16-Jan-21 16:37pm View    
Thanks!!!
I somehow didnt see query you wrote and went looking through links.
Ended up writing code with SqlDataReader(first link) and it was exactly what i needed
sasko1 9-Sep-20 19:09pm View    
Thanks!
i solved it. Article was really helpfull