Hi Guys
Im totaly new in mvcko Programing
i get nuget package of mvcko as PerpetuumSoft
implement all helloword example in
http://knockoutmvc.com website and run project by ko do not bind data in final result
ko code is :<p>First name: @ko.Html.TextBox(m => m.FirstName)</p>
But when i change code to :<p>First name: @Html.TextBoxfor(m => m.FirstName)</p> code work and every thing fine
can anyone help me in this situation i have no idea !