SmtpClient in .net 2.0 does not close connection to mail server Apr 16, 2012 Kiran Beladiya 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 Web Development
Asp.net validators - call validation by javascript Apr 15, 2012 Kiran Beladiya 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. ASP.NET Web Development