﻿/*

*/

function submitForm() {
    if (event.keyCode == 13) {
        aspnetForm.submit();
    }
}