Web & Mobile App Development Blogs

SmtpClient in .net 2.0 does not close connection to mail server
SmtpClient in .net framework 2.0 doesn’t have dispose method which can release connection with Mail server and free up any resources used.

Asp.net validators - call validation by javascript
In this article, we will learn how to validate ASP.Net form controls using JavaScript. As we know, ASP.net's validators are a perfect choice.