Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I delay SelectedIndexChanged Event Handler
Message
From
02/03/2005 16:22:38
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
How do I delay SelectedIndexChanged Event Handler
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00992157
Message ID:
00992157
Views:
94
The combobox SelectedIndexChanged event fires when
1) the user selects a different item in the combo box
2) you programmatically change the combo box's SelectedIndex property
3) you bind data to the combo box
4) you Show the form on which the combo box resides

I want to use the event only for the first activity, a user selects a different item in the combo box.

Based on this, how can I write code to register my event handlers for the SelectedIndexChanged event after the form's Load event? Any examples (VB.NET preferred)?
THANKS
Joe Salvatore, Programmer/Analyst - The Stellar Group
Next
Reply
Map
View

Click here to load this message in the networking platform