I have a working form that e-mails the person entering their data their ID of the record just created. It would be great if Mike from mikesdotnetting.com could look this over and tell me if I will have any issues with my design. I've obtained most of the
design from your site and a little from other searches. It is working but thought you may see some flaws. Here is the code.
Thanks in advance.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Page Language="VB" %> <%@ Import Namespace="System.Net.Mail"
%> <%@ Import Namespace="System.Text" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OleDb" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Go to the complete details ...