Asked By Mark Fitzpatrick
12-Jul-07 10:02 PM
Keith,
Something to keep in mind is that the validation control is an asp.net
server control. Now, that's a little different than Frontpage as FP used
javascript to do it. Because the RequiredFieldValidator is an ASP.Net server
control, that means it is running on the server. In order for it to work
with text boxes, they either need to be ASP.Net TextBoxes, or they need to
be HTML TextBoxes with a special runat="server" attribute set. This enables
a normal textbox to run on the server. It will also need an ID assigned to
it, such as id="txtFirstname" in order ot work properly.
If it's possible to post the problem page somewhere where we could see the
HTML, that would help know what is going on as I'm guessing about the server
control issue.
--
Hope this helps,
Mark Fitzpatrick
Microsoft FrontPage MVP 199?-2006. 2007 and beyond