<script>
var sbtn = document.getElementById("closebtn");
if (sbtn.style.display == "none") {
setTimeout(closeSuccess, 3000);
} else {
setTimeout(closeError, 3000);
}
</script>
public async Task<object> InsertRack(Rack RackInsert) { try { sql = " i...
No comments:
Post a Comment