﻿$(document).ready(function() 
{
    $('#btnSubmit').click(function()
	{
	    $('#aspnetForm').submit();
	});
});