Online Product Info
RedirectURL property

Description
The RedirectURL property tells ASP.NET Auto DB send the user to a confirmation page or another web page once it writes to your database and/or CSV file. It accepts relative (i.e. "../confirm.aspx") or full URLs (i.e. "http://www.mycompany.com/employment/thank_you.aspx")

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

<cc1:AutoDB id="AutoDB1" runat="server" RedirectURL="ThankYou.html"> </cc1:AutoDB>
Listing A

Note: The Auto DB control recognizes validators on your ASP.NET form. It will only write to database, write to CSV files, and/or redirect users to another page once the form is error free.

 

© copyright 2004 360 IMPACT. All rights reserved.