Database Interface Wizard/FP 2003

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top