Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The using block is missing a closing "}" character. Make sure you have a matching "}" character for all the "{" characters within this block, and that none of the "}" characters are being interpreted as markup.
Source Error: Line 8: } Line 9: Line 10: @using (Html.BeginForm("Create", "Employee", FormMethod.Post, new { enctype = "multipart/form-data", @id = "employeeForm" })) Line 11: { Line 12: @Html.AntiForgeryToken()
|