J
Jdean
FP 2003
I created a database interface which has worked sucessfully in the past and
am getting this message when I try to preview in Internet Explorer.
Previewing in Firefox works ok.
A name was started with an invalid character. Error processing resource
'file:///C:/Inetpub/wwwroot/SAHCAwards2006_interfac...
<%@ Page inherits="Microsoft.Office.FrontPage.DBInterface.DBInterfacePage"
Src="../../../_fpclass/fpdbnet.cs" Language="C...
Also this code is now being added which is usable when published with
Firefox but will not post using Internet Explorer. It states Invalid next to
the date field.
FieldDefaults=",,,,"+System.DateTime.Now.ToString("d")+",,";
<asp:RegularExpressionValidator ControlToValidate="txtDate"
ErrorMessage="Invalid!"
ValidationExpression="(0?[0-9]|1[0-2])[-/]([0-2]?[0-9]|30|31)([-/][0-9]{1,4})?(
)*((0?[1-9]|1[0-2]):[0-5][0-9][0-5][0-9])?(
)*[aApP][mM]|([0-1]?[0-9]|2[0-3]):[0-5][0-9][0-5][0-9])?)?" Display=Dynamic
Runat="server"/>
Thanks for any help you may be able to give me.
I created a database interface which has worked sucessfully in the past and
am getting this message when I try to preview in Internet Explorer.
Previewing in Firefox works ok.
A name was started with an invalid character. Error processing resource
'file:///C:/Inetpub/wwwroot/SAHCAwards2006_interfac...
<%@ Page inherits="Microsoft.Office.FrontPage.DBInterface.DBInterfacePage"
Src="../../../_fpclass/fpdbnet.cs" Language="C...
Also this code is now being added which is usable when published with
Firefox but will not post using Internet Explorer. It states Invalid next to
the date field.
FieldDefaults=",,,,"+System.DateTime.Now.ToString("d")+",,";
<asp:RegularExpressionValidator ControlToValidate="txtDate"
ErrorMessage="Invalid!"
ValidationExpression="(0?[0-9]|1[0-2])[-/]([0-2]?[0-9]|30|31)([-/][0-9]{1,4})?(
)*((0?[1-9]|1[0-2]):[0-5][0-9][0-5][0-9])?(
)*[aApP][mM]|([0-1]?[0-9]|2[0-3]):[0-5][0-9][0-5][0-9])?)?" Display=Dynamic
Runat="server"/>
Thanks for any help you may be able to give me.