1. All capital in jquery
<script>
$(function () {
$("input[type='text']").keyup(function () {
this.value = this.value.toUpperCase();
});
</script>
public async Task<object> InsertRack(Rack RackInsert) { try { sql = " i...
No comments:
Post a Comment