HI I have a view that is created from the Controllder Method.
Now I am writing the HTML View Code on this Page.
Somehow I am not getting any html controls on this page. When i type the below line, it says "The name html doesn't exist in the current context" Ex: <%= Html.TextBox
Any Clue why i am not getting html tags.
Appreciate your response.