Hi,
I am trying to develop a simple chat application in ASP.Net
i am using signalR.
the messages are not getting printed on the screen
Below is the .aspx code
- "Head1" runat="server">
- runat="server">
- "ulInbox"
- "lblName">Name: "lblMessage">Message
- "text" id="txtMessage" value="" />
- "button" id="btnSend" value="Send" />
- "hidden" id="txtName" />