|
-
Nov 12th, 2002, 04:48 PM
#1
Thread Starter
Hyperactive Member
combbox
hi,
I have a label and a combbox on my web form.
what I want to do is after I change the comb's selection, the lable displays the comb's SelectedIndex. It is so simple, but I just can not make it work. Can somebody help? thanks.
The following is my code:
Private Sub combProduct_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles combProduct.SelectedIndexChanged
Label5.Text = combProduct.SelectedIndex
End Sub
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
|