Click here to Skip to main content
15,881,709 members

Comments by Mo Kash (Top 4 by date)

Mo Kash 3-Jun-13 10:57am View    
I track it down and I think the compiler dose not execute MyHub. for some reason I hope if some one have any suggestion or any idea how to solve this or where I should check! is it a bug in signalR???
Mo Kash 3-Jun-13 10:41am View    
the problem is lm are undefined which I don't know why from this line
var lm = $.connection.myHub;
I am using these as reference as well
<script src="Scripts/jquery-2.0.1.min.js" type="text/javascript"></script>
<script src="Scripts/jquery.signalR-1.1.2.min.js" type="text/javascript"></script>
<script src="~/signalr/hubs" type="text/javascript"></script>
Mo Kash 3-Jun-13 10:38am View    
I thought about signalR and I try it and I got this error which I couldn't solve

0x800a138f - JavaScript runtime error: Unable to get property 'client' of undefined or null reference
in this line
lm.client.displayStatus = function () {
getData();
};
Mo Kash 3-Jun-13 9:44am View    
Thanks Christian,
that is really helpfull, I was not sure to use signalR or ajax.
but I really appreciate if there is any example for dynamic form with ajax and asp.net 4.5

thanks