Password Reminder: Reset the password and send it to the user’s provided mail address

After learning this tutorial, you will be able to generate a random password and send it to the user’s requested mail address.

Read more at http://www.dotnetfunda.com/articles/article580-password-reminder-reset-the-password-and-send-it-to-the-users-provided-mail-address.aspx

Author: Utsav

Explore State Management

The State or Cache Management is nothing but the way to storing the data in Client-Side and in Server-Side using preity small memory.

Read more at http://www.dotnetfunda.com/articles/article576-explore-state-management.aspx

Author: G_arora

SET NOCOUNT (Transact-SQL)

This article explains the SET NOCOUNT keyword’s importance.

Read more at http://www.dotnetfunda.com/articles/article581-set-nocount-transactsql.aspx

Author: Virendradugar

Clearing the FileUpload Input Field using Javascript

In asp.net the FileUpload Field doesnot provied a way to clear its input the conventional way other controls do.

Read more at http://www.dotnetfunda.com/articles/article582-clearing-the-fileupload-input-field-using-javascript.aspx

Author: Sandeepv

Using a CompareValidator to check input is a valid date

In this article rtpHarry examines the CompareValidator and some of the usage scenarios that aren’t immediately obvious when you start using it.

Read more at http://www.dotnetfunda.com/articles/article577-using-a-comparevalidator-to-check-input-is-a-valid-date.aspx

Author: RtpHarry

Limit the text length in MultiLine Textbox using Javascript

Restricting the length of text entered by User in a multiline textbox.

Read more at http://www.dotnetfunda.com/articles/article583-limit-the-text-length-in-multiline-textbox-using-javascript.aspx

Author: Sandeepv

Discussing Constructors in C#

In a simple words Constructor is nothing but a method, a special kind of method of a class, which gets executed when its (class) object is created. Now, let’s take above in broader sense, a constructor is a class method automatically executed whenever class’s object is created or whenever class is initialized

Read more at http://www.dotnetfunda.com/articles/article587-discussing-constructors-in-csharp.aspx

Author: G_arora

Add Group Count in Crystal Report – Using Summary Field

Here in this section we are calculating the count of the records in group.

Read more at http://www.dotnetfunda.com/articles/article584-add-group-count-in-crystal-report–using-summary-field.aspx

Author: Bubbly

Best Practice No 4:- Improve bandwidth performance of ASP.NET sites using IIS compression

Bandwidth performance is one of the critical requirements for every website. In today’s time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.

Read more at http://www.dotnetfunda.com/articles/article589-best-practice-no-4-improve-bandwidth-performance-of-aspnet-sites-using-iis-compression.aspx

Author: Questpond

Validate Blank Subject Warning for Outlook 2007

By default Outlook does not validate for empty subject line. This article provides a mechanism to achieve the same.

Read more at http://www.dotnetfunda.com/articles/article590-validate-blank-subject-warning-for-outlook-2007.aspx

Author: Virendradugar