In this article, I will show you textarea character count in jQuery. The easiest way to get character counter is $(“#your_textarea”). val().length in jQuery.
In this example, I will show you to apply maxLength attribute to a string property in a class. You can set the maximum value for the property using data annotation validation property maxLength attribute.
In this article, I will show you how to create password encryption and decryption in c# asp.net. I am going to encrypt password before saving using the entity framework sql server.
In this example, I will show you how to implement timeago jQuery plugin in a asp.net MVC project. It makes easy automatically updating datetime like 5 minutes or 15 hours ago or 1 day ago etc…
I got the following error while sending email using asp.net c#. You should check the authentication correctly configured or not in Network Credential. If then it is proper it should be blocked by the yahoo server.
In this article I will show you how to send email using asp.net c#. You need to configure the yahoo mail smtp server in SmtpClient class from the namespace System.Net.Mail.
You can place the same google adsense code multiple times on a web page. The reason goes for different ad code is size. To place google ads which size is suitable for the page you want to track and position in your page to get maximum clicks.
I got the following error while assigning object property to a DateTime variable. I got a solution, it is due DateTime? Nullable DateTime property in the Class.