|
-
Oct 6th, 2004, 08:01 PM
#1
Thread Starter
Banned
ddl in asp.net
When I load a drop down list it automatically selects the first value
in the list. I tried doing this:
Me.ddlCustomers.SelectedIndex=-1
hoping it would make sure nothing is selected and that didnt work.
I just want to make sure the user selects something so that the combo box triggers the ChangeSelectedIndex event. Right now if it has a value it doesnt run that code.
I want the combo boxes to have nothing selected at first.
I tried searching google with very little info .
Thanks,
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
|