Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Balds #1
form validation in asp.net
I want to verify that a email has been entered in a simple asp.net form that is
being sent as an email. I found the RequiredFieldValidator Tag is asp.net in
dreamweaver but have no idea how to use it. Any suggestions. I am very novice
when it comes to .net Thanks Craig
Balds Guest
-
Form Validation - Can this be done?
I have a form with several dropdown menus. One dropdown menu has two options yes - no Depending on which option is selected, i want the following... -
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
Form Validation
Hi all, I am using form validation to authenticate users. In the web config file I secure a page that has only the following statement:... -
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed... -
get rid of form validation
I added form validation in MX and then deleted some form fields, so needed to change the validation behavior. I deleted the On blur from the... -
twocans #2
Re: form validation in asp.net
i dont have much of an idea either but have found this very useful in the
past
[url]http://www.yaromat.com/dw/?ex=Check%20Form%20MX[/url]
regards
twocans
"Balds" <webforumsuser@macromedia.com> wrote in message
news:d3j3b7$dd7$1@forums.macromedia.com...>I want to verify that a email has been entered in a simple asp.net form
>that is
> being sent as an email. I found the RequiredFieldValidator Tag is asp.net
> in
> dreamweaver but have no idea how to use it. Any suggestions. I am very
> novice
> when it comes to .net Thanks Craig
>
twocans Guest
-
Kevin Marshall #3
Re: form validation in asp.net
You need this free extension:
[url]http://www.webxel-dw.co.uk/extensions/Inspectors_details.html[/url]
Add a requiredfieldvalidator to ensure a value is provided and then add a
RegularExpressionValidator to check if its an email address.
The extension contains property inspectors that allow you to pick "email
address format" from a dropdown menu for the RegularExpressionValidator, its
all pretty simple using the extension
--
Kevin Marshall
WebXeL.com Ltd
[url]http://www.webxel.com[/url]
ASP.NET Dreamweaver Extensions
[url]http://www.webxel-dw.co.uk[/url]
"Balds" <webforumsuser@macromedia.com> wrote in message
news:d3j3b7$dd7$1@forums.macromedia.com...>I want to verify that a email has been entered in a simple asp.net form
>that is
> being sent as an email. I found the RequiredFieldValidator Tag is asp.net
> in
> dreamweaver but have no idea how to use it. Any suggestions. I am very
> novice
> when it comes to .net Thanks Craig
>
Kevin Marshall Guest



Reply With Quote

