ASP.NET - Event is not generating - Asked By prince b on 19-Apr-13 01:43 AM
Hi
I have written the following code in .cshtml
<tr><td> <input id="btnsave" type="submit" value="Save" name="Command" /></td>
<td><input id="btnClose" type="submit" value="Close" /></td>
</tr>
But the event not hitting
Can any body explain the saving the form to db and validation operations for MVC4?