Online Product Info
AR_Subject Property

Description
The AR_Subject property allows you to specify the email subject for the emails you receive when a user submits your forms. 

Usage
See Listing A for an example of the AR_Subject property in the Auto DB control tag.

<cc1:AutoDB id="AutoDB1" runat="server" MailServer="mail.mycompany.com" AR_ToAddr="user@company.com" AR_FromAddr="hr@mycompany.com" AR_Subject="Thank you for contacting us!"> </cc1:AutoDB> 
Listing A

Alternate Usage - Personalize the AR_Subject property without programming!
You can use Auto DB Tags like <#Position#> to have ASP.NET Auto DB dynamically set the AR_Subject property. 

See Listing B for an example of using Auto DB Tags in the AR_Subject property.

<cc1:AutoDB id="AutoDB1" runat="server" MailServer="mail.mycompany.com" AR_ToAddr="user@company.com" AR_FromAddr="hr@mycompany.com" AR_Subject="We have received your application for <#Position#>"> </cc1:AutoDB>
Listing B

 

© copyright 2004 360 IMPACT. All rights reserved.