Hello All,
Please can anyone tell me all the properties or methods which I can use while using the following method of HTML syntax
<%= Html.TextBox("email", "", new { maxlength = 200 })%> <%= Html.ValidationMessage("email", "*")%>
i want the link where i can get the complete synatx of the above . please help me
Thanks Ritz