combobox selected index chaged code
-
can any body plz send combox selected index changed code
-
can any body plz send combox selected index changed code
void comboBox_SelectedIndexChanged(object sender, EventArgs e)
{
// ...
}comboBox.SelectedIndexChanged += comboBox_SelectedIndexChanged;
Dave
If this helped, please vote & accept answer!
Binging is like googling, it just feels dirtier. (Pete O'Hanlon)
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) -
can any body plz send combox selected index changed code
-
can any body plz send combox selected index changed code
Don't report the same question. Edit your original if necessary. Delete the previous post And, do not ask for code.
I know the language. I've read a book. - _Madmatt
-
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
'What You Want To Do
End Subthanks for your reply pranav. i done this in web application it works fine but it is not worinking in windows application
-
Don't report the same question. Edit your original if necessary. Delete the previous post And, do not ask for code.
I know the language. I've read a book. - _Madmatt
mark, thank you very much for your suggetion, i always wellcome to listen my mistake.
-
thanks for your reply pranav. i done this in web application it works fine but it is not worinking in windows application