|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
checkbox form validation examples
<i><b>Originally posted by : mike</b></i><br />i'm looking for any examples of an asp form validation. Where the script is validating completion of a form which employs checkboxes and radio buttons. <br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Doug Seven (doug.seven@codejunkies.net)</b></i><br /><br />I didn't test this...so you will want to play with it a little:<br /><br />Function IsFormValid()<br />Dim i, intValidCount<br />intValidCount = 0<br />For i = 1 to Request.Form.Count<br /> If Request.Form.Item(i) = "" Then<br /> IsFormValid = False<br /> Else<br /> IsFormValid = True<br /> End If<br />Next<br />End Sub<br /><br /><br />------------<br />mike at 8/2/2000 1:32:47 PM<br /><br />i'm looking for any examples of an asp form validation. Where the script is validating completion of a form which employs checkboxes and radio buttons. <br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > checkbox form validation examples |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|