SignalIR and KnockoutJS in Asp.Net Web Form
问题 I seen may samples of SignalIR and KnockoutJS samples on MVC platform but not on WebForm. Please suggest me, can we use on WebForm? Any articles link would be appreciable. 回答1: I know this is exactly a month late but here's a quick example [this is a trivial example that i have built from exploring MVC examples] lets say u have a page called MyPage in the .aspx file write the following: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyPage.aspx.cs" Inherits="MyPage" %> <!DOCTYPE html