Thursday

preventing double form submission

Add this code , when btnSubmit form submittion button

btnSubmit.Attributes.Add("onclick", "this.disabled=true;");

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...