Results 1 to 12 of 12

Thread: Select Case error

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2004
    Location
    in the heart of the Mediterranean
    Posts
    1,143

    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
  •  



Click Here to Expand Forum to Full Width