|
-
Mar 2nd, 2006, 08:28 AM
#1
Thread Starter
Frenzied Member
Select Case error
Can someone please tell me why I get an error ??
Select Case check
Case "1"
DDdisability1.SelectedValue = "Please Select"
DDdisability1.SelectedValue = Nothing
Case "2"
DDdisability2.SelectedValue = "Please Select"
DDdisability2.SelectedValue = Nothing
.......................................etc
Case "10"
DDdisability10.SelectedValue = "Please Select"
DDdisability10.SelectedValue = Nothing
End Select
Last edited by angelica; Mar 2nd, 2006 at 05:48 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|