Kendo UI with asp.net

Hi can someone tell me how to use Kendo UI with asp.net web application? Because when I try to create an asp.net application and added kendo.mvc.dll in my bin folder.Now I've added \[code\]<%= Html.Kendo().Calendar().Name("calendar") %>\[/code\]in my default.aspx page. Now it is saying "The name HTML does not exist in the current context"Can someone help me what is the issue in that?Thanks in advance
 
Back
Top