I am using the below ASPX coding "Not Razor" in MVC3 and get the unwanted code "System.Web.Mvc.Html.MvcForm " while run in the view page.
<%= Html.BeginForm("ChartFeatures","Chart") %>
<div>
<h3>EXPORT CHART</h3><br />
Enter file name:<input type="text" id="FileName" name="FileName" value=""/>
Type:
<select name="Type">
<option value="Bmp">Bmp</option>
<option value="Gif">Gif</option>
</select><br />
<input type="submit"value="Export"id="submit"/>
</div>
anyone could help me please.
Thanks, Bharathi.