hmloo
3 posts.
- How to remove the last character from StringbuilderWe usually use StringBuilder to append string in loops and make a string of each data separated by a delimiter. but you always end up with an extra…
- How to check/uncheck all checkbox with JqueryThere are a lot of solutions for this, but I found most them did not handle the case where user checked or unchecked all of the child checkboxes and it…
- Use window.onbeforeunload event to stop browser from closing or Disable Button before Page PostBackAll modern browsers support the JavaScript's window.onbeforeunload event. It fires before the unload event when the page is unloaded. So this event always…
